mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. Merged from HEAD.
This commit is contained in:
parent
07996c8e4d
commit
e5938e6dcc
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['somefieldsrequired'] = 'There are required fields in this form';
|
||||
$string['requiredfield'] = 'This is a required field';
|
||||
$string['somefieldsrequired'] = 'There are required fields in this form marked$a.';
|
||||
$string['err_alphanumeric']='You must enter only letters or numbers here.';
|
||||
$string['err_email']='You must enter a valid email address here.';
|
||||
$string['err_lettersonly']='You must enter only letters here.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue