From: Brad Jorsch Date: Wed, 12 Mar 2014 19:04:19 +0000 (-0400) Subject: HTMLForm: Regularize punctuation in messages X-Git-Tag: 1.31.0-rc.0~16640^2~1 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d3fe160d07d7aa62a2df79ccb209030c9dcd38fe;p=lhc%2Fweb%2Fwiklou.git HTMLForm: Regularize punctuation in messages To make Siebrand happy. Change-Id: I0f622e4cdd2e6d8b33eb1ff38f0d78f8eec5bce3 --- 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',