From 52496648338b56e4bd0f5c2349b79bb26dd3340e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 22 Aug 2013 16:07:27 +0200 Subject: [PATCH] More consistent English grammar --- forms/HtmlEditorField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index 2ebb4227a..8251e76b8 100644 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -596,7 +596,7 @@ class HtmlEditorField_Toolbar extends RequestHandler { if($file->Type == 'photo') { $filePreview->FieldList()->insertBefore(new TextField( 'AltText', - _t('HtmlEditorField.IMAGEALTTEXT', 'Alternative text (alt) - shown if image cannot be displayed'), + _t('HtmlEditorField.IMAGEALTTEXT', 'Alternative text (alt) - shown if image can\'t be displayed'), $file->Title, 80 ), 'CaptionText'); @@ -679,7 +679,7 @@ class HtmlEditorField_Toolbar extends RequestHandler { $file->Title, 80 )->setDescription( - _t('HtmlEditorField.IMAGEALTTEXTDESC', 'Shown to screen readers or if image can not be displayed')), + _t('HtmlEditorField.IMAGEALTTEXTDESC', 'Shown to screen readers or if image can\'t be displayed')), TextField::create( 'Title',