MDL-7777 Remove dot from "Required field." string

This commit is contained in:
skodak 2006-12-03 11:31:41 +00:00
parent 441e8334af
commit 980c7dcabe

View File

@ -15,7 +15,7 @@ $string['err_rangelength']='You must enter between {$a->format[0]} and {$a->form
$string['err_required']='You must supply a value here.';
$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element $a->name (class $a->classname)';
$string['nonexistentformelements'] = 'Trying to add help buttons to nonexistent form elements : $a';
$string['requiredelement'] = 'Required field.';
$string['requiredelement'] = 'Required field';
$string['general'] = 'General Settings';
$string['modstandardels']='Common Module Settings';
$string['miscellaneoussettings']='Miscellaneous Settings';