From d3fe160d07d7aa62a2df79ccb209030c9dcd38fe Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Wed, 12 Mar 2014 15:04:19 -0400 Subject: [PATCH] HTMLForm: Regularize punctuation in messages To make Siebrand happy. Change-Id: I0f622e4cdd2e6d8b33eb1ff38f0d78f8eec5bce3 --- languages/messages/MessagesEn.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c78548694c..31da2a2e9f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -5004,13 +5004,13 @@ You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU Gen 'dberr-cachederror' => 'This is a cached copy of the requested page, and may not be up to date.', # HTML forms -'htmlform-invalid-input' => 'There are problems with some of your input', +'htmlform-invalid-input' => 'There are problems with some of your input.', 'htmlform-select-badoption' => 'The value you specified is not a valid option.', 'htmlform-int-invalid' => 'The value you specified is not an integer.', 'htmlform-float-invalid' => 'The value you specified is not a number.', -'htmlform-int-toolow' => 'The value you specified is below the minimum of $1', -'htmlform-int-toohigh' => 'The value you specified is above the maximum of $1', -'htmlform-required' => 'This value is required', +'htmlform-int-toolow' => 'The value you specified is below the minimum of $1.', +'htmlform-int-toohigh' => 'The value you specified is above the maximum of $1.', +'htmlform-required' => 'This value is required.', 'htmlform-submit' => 'Submit', 'htmlform-reset' => 'Undo changes', 'htmlform-selectorother-other' => 'Other', -- 2.20.1