]> git.mjollnir.org Git - moodle.git/commitdiff
fixed one copied/pasted string
authorstronk7 <stronk7>
Tue, 28 Aug 2007 23:32:49 +0000 (23:32 +0000)
committerstronk7 <stronk7>
Tue, 28 Aug 2007 23:32:49 +0000 (23:32 +0000)
lang/en_utf8/xmldb.php

index 794fe5fadae4c9d1999dd9af423b1317abc5bf24..a997d15499706fbee38262f9fe8acff23dd41e1b 100644 (file)
@@ -16,7 +16,7 @@ $string['check_indexes'] = 'Look for missing DB indexes';
 $string['completelogbelow'] = '(see the complete log of the search below)';
 $string['confirmcheckbigints'] = 'This functionality will search for <a href=\"http://tracker.moodle.org/browse/MDL-11038\">potential wrong integer fields</a> in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the integers in your DB 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 missing indexes.<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 />
 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 />