From: wildgirl Date: Thu, 13 Nov 2008 14:57:40 +0000 (+0000) Subject: xmldb lang string: MDL-17209 typo fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a0196f47cee61fcdce162b97598942a0354672aa;p=moodle.git xmldb lang string: MDL-17209 typo fix --- diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index 2e842c3ddb..f9c4bef65f 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -81,7 +81,7 @@ $string['indexes'] = 'Indexes'; $string['integerincorrectlength'] = 'Incorrect length for integer field'; $string['key'] = 'Key'; $string['keys'] = 'Keys'; -$string['listreservedwords'] = 'List of Reserved Words
(used to keep XMLDB_reserved_words updated)'; +$string['listreservedwords'] = 'List of Reserved Words
(used to keep XMLDB_reserved_words updated)'; $string['load'] = 'Load'; $string['missing'] = 'Missing'; $string['missingindexes'] = 'Missing Indexes Found';