From: Siebrand Mazeland Date: Fri, 5 Dec 2008 08:10:02 +0000 (+0000) Subject: Follow up on r44248: X-Git-Tag: 1.31.0-rc.0~44117 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=609bdf349cfdf72e0e8b1487b9c0783220fde9ce;p=lhc%2Fweb%2Fwiklou.git Follow up on r44248: * update messages.inc * consistency update in message --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 80bfa2374a..f0d44b879a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1801,7 +1801,7 @@ See the [[Special:NewFiles|gallery of new files]] for a more visual overview.', Please rename the file and try uploading it again.', 'badfilename' => 'File name has been changed to "$1".', 'filetype-badmime' => 'Files of the MIME type "$1" are not allowed to be uploaded.', -'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.', +'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.', 'filetype-unwanted-type' => "'''\".\$1\"''' is an unwanted file type. Preferred {{PLURAL:\$3|file type is|file types are}} \$2.", 'filetype-banned-type' => "'''\".\$1\"''' is not a permitted file type. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index d87081e763..47464d91ee 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1942,6 +1942,7 @@ $wgMessageStructure = array( 'import-interwiki-submit', 'import-interwiki-namespace', 'import-upload-comment', + 'filetype-bad-ie-mime', 'import-comment', 'importtext', 'importstart',