]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18153 fixed typo - thanks Nicolas Martignoni
authorskodak <skodak>
Sat, 7 Feb 2009 22:15:15 +0000 (22:15 +0000)
committerskodak <skodak>
Sat, 7 Feb 2009 22:15:15 +0000 (22:15 +0000)
lang/en_utf8/admin.php
lib/environmentlib.php

index 0ee136fdb9fda54580e4129328276e9d8ef98832..a70b0542f133e3175e803516197bdb59fb9cd175 100644 (file)
@@ -378,8 +378,8 @@ $string['enrolmultipleusers'] = 'Enrol the users';
 $string['environment'] = 'Environment';
 $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
 $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['environmentmustfixsetting'] = 'PHP setting must be changed.';
+$string['environmentshouldfixsetting'] = 'PHP setting should be changed.';
 $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';
index 21d734f8f79a60cb3ba2d873c3a7326223b4ee4e..aa30ec7b699cc4b9aa8d7ea2eb34fe4fedeecf7d 100644 (file)
@@ -198,9 +198,9 @@ function print_moodle_environment($result, $environment_results) {
                     if ($status) {
                         $stringtouse = 'environmentsettingok';
                     } else if ($environment_result->getLevel() == 'required') {
-                        $stringtouse = 'environmenmustfixsetting';
+                        $stringtouse = 'environmentmustfixsetting';
                     } else {
-                        $stringtouse = 'environmenshouldfixsetting';
+                        $stringtouse = 'environmentshouldfixsetting';
                     }
                 } else {
                     if ($environment_result->getLevel() == 'required') {