]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a minor mistake for xmldb instruction.
authormits <mits>
Wed, 21 May 2008 19:19:21 +0000 (19:19 +0000)
committermits <mits>
Wed, 21 May 2008 19:19:21 +0000 (19:19 +0000)
lang/en_utf8/xmldb.php

index 01dc84912ca69d58d7ef9a684b306d47b1cf0224..e5effe268a132f50c660873a3e74be398e396bb1 100644 (file)
@@ -23,7 +23,7 @@ It\'s highly recommended to be running the latest (+ version) available of your
 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
 $string['confirmcheckdefaults'] = 'This functionality will search for inconsistent default values in your Moodle server, generating (but not executing!) the needed SQL statements to have all the default values properly defined.<br /><br />
 Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />
-It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of wrong integers.<br /><br />
+It\'s highly recommended to be running the latest (+ version) available of your Moodle release (1.8, 1.9, 2.x ...) before executing the search of inconsistent default values.<br /><br />
 This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.';
 $string['confirmcheckindexes'] = 'This functionality will search for potential missing indexes in your Moodle server, generating (but not executing!) automatically the needed SQL statements to keep everything updated.<br /><br />
 Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that).<br /><br />