diff --git a/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php b/typo3/sysext/install/Classes/Updates/SectionFrameToFrameClassUpdate.php index fe9270a55c8716e37e14205a2019fa2bd9700578..4194e5cb694c153fc98f070c02ca2a23cefe23d4 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; }