From a0196f47cee61fcdce162b97598942a0354672aa Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 14:57:40 +0000 Subject: [PATCH] xmldb lang string: MDL-17209 typo fix --- lang/en_utf8/xmldb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5