Update messages.inc and rebuild MessagesEn.php. Again.
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 1 Mar 2014 19:05:51 +0000 (20:05 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 1 Mar 2014 19:05:51 +0000 (20:05 +0100)
Follow-up Id5c0225431 (7d923a6).

Change-Id: I663c28aa05a42917ba3988a02c2609b6c4e9a438

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 7a4b400..7bf42e6 100644 (file)
@@ -2366,7 +2366,7 @@ You should ask someone with the ability to view suppressed file data to review t
 'php-uploaddisabledtext'         => 'File uploads are disabled in PHP.
 Please check the file_uploads setting.',
 'uploadscripted'                 => 'This file contains HTML or script code that may be erroneously interpreted by a web browser.',
-'uploadscriptednamespace'     => 'This SVG file contains an illegal namespace \'$1\'',
+'uploadscriptednamespace'        => "This SVG file contains an illegal namespace '$1'",
 'uploadinvalidxml'               => 'The XML in the uploaded file could not be parsed.',
 'uploadvirus'                    => 'The file contains a virus!
 Details: $1',
index 0172257..d97a4cd 100644 (file)
@@ -1449,6 +1449,7 @@ $wgMessageStructure = array(
                'uploaddisabledtext',
                'php-uploaddisabledtext',
                'uploadscripted',
+               'uploadscriptednamespace',
                'uploadinvalidxml',
                'uploadvirus',
                'uploadjava',