Remove 'upload-wasdeleted' message. Its no longer used.
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 6 Jul 2011 20:07:10 +0000 (20:07 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 6 Jul 2011 20:07:10 +0000 (20:07 +0000)
Original feature was (accidently?) removed/broken in r57868 and then re-created
using the message 'upload-recreate-warning' in r65339.

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index c360873..02e06ef 100644 (file)
@@ -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'   => ' #<!-- leave this line exactly as it is --> <pre>
index 5bf52df..7c0fc74 100644 (file)
@@ -1318,7 +1318,6 @@ $wgMessageStructure = array(
                'upload-options',
                'watchthisupload',
                'filewasdeleted',
-               'upload-wasdeleted',
                'filename-bad-prefix',
                'filename-prefix-blacklist',
                'upload-success-subj',