From: Brian Wolff Date: Wed, 6 Jul 2011 20:07:10 +0000 (+0000) Subject: Remove 'upload-wasdeleted' message. Its no longer used. X-Git-Tag: 1.31.0-rc.0~29028 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=47f3f43a726cfe35090e897a38a9ce6f0394418e;p=lhc%2Fweb%2Fwiklou.git Remove 'upload-wasdeleted' message. Its no longer used. Original feature was (accidently?) removed/broken in r57868 and then re-created using the message 'upload-recreate-warning' in r65339. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c36087332d..02e06efb5c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2187,10 +2187,6 @@ Uploading Java files is not allowed, because they can cause security restriction 'watchthisupload' => 'Watch this file', 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.', -'upload-wasdeleted' => "'''Warning: You are uploading a file that was previously deleted.''' - -You should consider whether it is appropriate to continue uploading this file. -The deletion log for this file is provided here for convenience:", 'filename-bad-prefix' => "The name of the file you are uploading begins with '''\"\$1\"''', which is a non-descriptive name typically assigned automatically by digital cameras. Please choose a more descriptive name for your file.", 'filename-prefix-blacklist' => ' #
diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc
index 5bf52dfcb3..7c0fc74918 100644
--- a/maintenance/language/messages.inc
+++ b/maintenance/language/messages.inc
@@ -1318,7 +1318,6 @@ $wgMessageStructure = array(
 		'upload-options',
 		'watchthisupload',
 		'filewasdeleted',
-		'upload-wasdeleted',
 		'filename-bad-prefix',
 		'filename-prefix-blacklist',
 		'upload-success-subj',