Skip to content

Commit

Permalink
MDL-49200 core_form: corrected string
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Feb 17, 2015
1 parent cfab858 commit 21e6dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/form.php
Expand Up @@ -32,7 +32,7 @@
$string['err_email'] = 'You must enter a valid email address here.';
$string['err_lettersonly'] = 'You must enter only letters here.';
$string['err_maxfiles'] = 'You must not attach more than {$a} files here.';
$string['err_maxlength'] = 'You must enter not more than {$a->format} characters here.';
$string['err_maxlength'] = 'You must enter no more than {$a->format} characters here.';
$string['err_minlength'] = 'You must enter at least {$a->format} characters here.';
$string['err_nonzero'] = 'You must enter a number not starting with a 0 here.';
$string['err_nopunctuation'] = 'You must enter no punctuation characters here.';
Expand Down

0 comments on commit 21e6dc4

Please sign in to comment.