(bug 22324) Remove no longer used message 'uploadcorrupt'. Pointed out by Karun...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 31 Jan 2010 10:56:41 +0000 (10:56 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 31 Jan 2010 10:56:41 +0000 (10:56 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 568b4ee..3c974b3 100644 (file)
@@ -2087,8 +2087,6 @@ You should check that file's deletion history before proceeding to re-upload it.
 '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.',
-'uploadcorrupt'               => 'The file is corrupt or has an incorrect extension.
-Please check the file and upload again.',
 'uploadvirus'                 => 'The file contains a virus!
 Details: $1',
 'upload-source'               => 'Source file',
index 671c94f..c1362d3 100644 (file)
@@ -1230,7 +1230,6 @@ $wgMessageStructure = array(
                'uploaddisabledtext',
                'php-uploaddisabledtext',
                'uploadscripted',
-               'uploadcorrupt',
                'uploadvirus',
                'upload-source',
                'sourcefilename',