From 47f3f43a726cfe35090e897a38a9ce6f0394418e Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Wed, 6 Jul 2011 20:07:10 +0000 Subject: [PATCH] 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. --- languages/messages/MessagesEn.php | 4 ---- maintenance/language/messages.inc | 1 - 2 files changed, 5 deletions(-) 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',
-- 
2.20.1