Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1230,7 +1230,6 @@ |
1231 | 1231 | 'uploaddisabledtext', |
1232 | 1232 | 'php-uploaddisabledtext', |
1233 | 1233 | 'uploadscripted', |
1234 | | - 'uploadcorrupt', |
1235 | 1234 | 'uploadvirus', |
1236 | 1235 | 'upload-source', |
1237 | 1236 | 'sourcefilename', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2087,8 +2087,6 @@ |
2088 | 2088 | 'php-uploaddisabledtext' => 'File uploads are disabled in PHP. |
2089 | 2089 | Please check the file_uploads setting.', |
2090 | 2090 | 'uploadscripted' => 'This file contains HTML or script code that may be erroneously interpreted by a web browser.', |
2091 | | -'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. |
2092 | | -Please check the file and upload again.', |
2093 | 2091 | 'uploadvirus' => 'The file contains a virus! |
2094 | 2092 | Details: $1', |
2095 | 2093 | 'upload-source' => 'Source file', |