Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1801,7 +1801,7 @@ |
1802 | 1802 | Please rename the file and try uploading it again.', |
1803 | 1803 | 'badfilename' => 'File name has been changed to "$1".', |
1804 | 1804 | 'filetype-badmime' => 'Files of the MIME type "$1" are not allowed to be uploaded.', |
1805 | | -'filetype-bad-ie-mime' => 'Can\'t upload this file because Internet Explorer would detect it as "$1", which is a disallowed and potentially dangerous file type.', |
| 1805 | +'filetype-bad-ie-mime' => 'Cannot upload this file because Internet Explorer would detect it as "$1", which is a disallowed and potentially dangerous file type.', |
1806 | 1806 | 'filetype-unwanted-type' => "'''\".\$1\"''' is an unwanted file type. |
1807 | 1807 | Preferred {{PLURAL:\$3|file type is|file types are}} \$2.", |
1808 | 1808 | 'filetype-banned-type' => "'''\".\$1\"''' is not a permitted file type. |
Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1942,6 +1942,7 @@ |
1943 | 1943 | 'import-interwiki-submit', |
1944 | 1944 | 'import-interwiki-namespace', |
1945 | 1945 | 'import-upload-comment', |
| 1946 | + 'filetype-bad-ie-mime', |
1946 | 1947 | 'import-comment', |
1947 | 1948 | 'importtext', |
1948 | 1949 | 'importstart', |