Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. Merged from HEAD.

This commit is contained in:
nfreear 2007-03-30 10:46:06 +00:00
parent 07996c8e4d
commit e5938e6dcc

View file

@ -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.';