Skip to content

Commit

Permalink
MDL-21250 capital letters removal
Browse files Browse the repository at this point in the history
  • Loading branch information
wildgirl committed Dec 8, 2010
1 parent bbe6f6e commit c8761a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/en/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
$string['err_rangelength'] = 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.';
$string['err_required'] = 'You must supply a value here.';
$string['general'] = 'General';
$string['hideadvanced'] = 'Hide Advanced';
$string['hideadvanced'] = 'Hide advanced';
$string['hour'] = 'Hour';
$string['minute'] = 'Minute';
$string['miscellaneoussettings'] = 'Miscellaneous Settings';
$string['miscellaneoussettings'] = 'Miscellaneous settings';
$string['modstandardels'] = 'Common module settings';
$string['month'] = 'Month';
$string['mustbeoverriden'] = 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.';
$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['nonexistentformelements'] = 'Trying to add help buttons to non-existent form elements : {$a}';
$string['optional'] = 'Optional';
$string['othersettings'] = 'Other settings';
$string['requiredelement'] = 'Required field';
$string['revealpassword'] = 'Reveal';
$string['security'] = 'Security';
$string['selectallornone'] = 'Select all/none';
$string['selected'] = 'Selected';
$string['showadvanced'] = 'Show Advanced';
$string['showadvanced'] = 'Show advanced';
$string['somefieldsrequired'] = 'There are required fields in this form marked{$a}.';
$string['time'] = 'Time';
$string['timeunit'] = 'Time unit';
Expand Down

0 comments on commit c8761a0

Please sign in to comment.