From 86c83fbf40857f1a646457895e6f98b5c18e39ba Mon Sep 17 00:00:00 2001
From: Pat <dev@lencen.de>
Date: Fri, 9 Feb 2018 13:33:44 +0100
Subject: [PATCH] [BUGFIX] Add missing character in upgrade wizard
 SectionFrameToFrameClassUpdate

Resolves: #83827
Releases: master
Change-Id: Id1d3c7ab540949d8c83bffbd921f57c6b13da879
Reviewed-on: https://review.typo3.org/55628
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
---
 .../install/Classes/Updates/SectionFrameToFrameClassUpdate.php  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php b/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php
index fe9270a55c87..4194e5cb694c 100644
--- a/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php
+++ b/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php
@@ -56,7 +56,7 @@ class SectionFrameToFrameClassUpdate extends AbstractUpdate
         if ($elementCount) {
             $description = 'Section frames were used to control the wrapping of each content element in the frontend '
                 . 'output, stored as integers in the database. To get rid of a nessesary mapping of those values we '
-                . 'are now storing strings you an easily adjust that will simply passed to the rendering.';
+                . 'are now storing strings you can easily adjust that will simply passed to the rendering.';
         }
         return (bool)$elementCount;
     }
-- 
GitLab