From 58045d100f5b04729d1307a1f4a8c94984c63fbd Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 1 Feb 2009 16:36:54 +0000 Subject: [PATCH] MDL-10275 fixed string case --- lang/en_utf8/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 6c53820a2b..102673be54 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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'; -- 2.39.5