]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10275 fixed string case
authorskodak <skodak>
Sun, 1 Feb 2009 16:36:54 +0000 (16:36 +0000)
committerskodak <skodak>
Sun, 1 Feb 2009 16:36:54 +0000 (16:36 +0000)
lang/en_utf8/admin.php

index 6c53820a2b080d82d8a714d482ee4c7ad29ae1e8..102673be54025d9bd5b9fcc60393e44d76e53d0d 100644 (file)
@@ -380,7 +380,7 @@ $string['environmenterrortodo'] = 'You must solve all the environmental problems
 $string['environmenterrorupgrade'] = 'Warning: you should solve all the environmental problems (errors) found above before proceeding to upgrade this Moodle version!  Upgrading without fixing these requirements could cause problems such as data loss.  Are you sure you want to continue with the upgrade?';
 $string['environmenmustfixsetting'] = 'PHP setting must be changed.';
 $string['environmenshouldfixsetting'] = 'PHP setting should be changed.';
-$string['environmentsettingok'] = 'Recommended setting detected';
+$string['environmentsettingok'] = 'recommended setting detected';
 $string['environmentok'] = 'Your server environment meets all minimum requirements.';
 $string['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';
 $string['environmentrecommendinstall'] = 'should be installed and enabled for best results';