Fixing syntax error in messages.inc, and rebuilding en.
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 18 Apr 2010 12:34:04 +0000 (12:34 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 18 Apr 2010 12:34:04 +0000 (12:34 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index f7f76fa..a9d700b 100644 (file)
@@ -2064,7 +2064,7 @@ Permitted {{PLURAL:\$3|file type is|file types are}} \$2.",
 'illegal-filename'            => 'The filename is not allowed.',
 'overwrite'                   => 'Overwriting an existing file is not allowed.',
 'unknown-error'               => 'An unknown error occured.',
-'tmp-create-error'            => "Could not create temporary file.",
+'tmp-create-error'            => 'Could not create temporary file.',
 'tmp-write-error'             => 'Error writing temporary file.',
 'large-file'                  => 'It is recommended that files are no larger than $1;
 this file is $2.',
index 1f07db8..7769794 100644 (file)
@@ -1245,7 +1245,7 @@ $wgMessageStructure = array(
                'overwroteimage',
                'uploaddisabled',
                'copyuploaddisabled',
-               'uploadfromurl-queued'
+               'uploadfromurl-queued',
                'uploaddisabledtext',
                'php-uploaddisabledtext',
                'uploadscripted',