* Removing unused message 'importing'
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 10 Aug 2007 08:26:21 +0000 (08:26 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 10 Aug 2007 08:26:21 +0000 (08:26 +0000)
* Rewording message 'protectsub' as it is not only used for protecting but also for changing the protection level and unprotecting.

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

index af9a512..372a080 100644 (file)
@@ -1015,7 +1015,6 @@ Please try again. If it still doesn't work, try logging out and logging back in.
 'token_suffix_mismatch'     => '<strong>Your edit has been rejected because your client mangled the punctuation characters 
 in the edit token. The edit has been rejected to prevent corruption of the article text. 
 This sometimes happens when you are using a buggy web-based anonymous proxy service.</strong>',
-'importing'                 => 'Importing $1',
 'editing'                   => 'Editing $1',
 'editinguser'               => 'Editing user <b>$1</b>',
 'editingsection'            => 'Editing $1 (section)',
@@ -1837,7 +1836,7 @@ Please hit "back" and reload the page you came from, then try again.',
 'protectedarticle'            => 'protected "[[$1]]"',
 'modifiedarticleprotection'   => 'changed protection level for "[[$1]]"',
 'unprotectedarticle'          => 'unprotected "[[$1]]"',
-'protectsub'                  => '(Protecting "$1")',
+'protectsub'                  => '(Setting protection level for "$1")',
 'confirmprotect'              => 'Confirm protection',
 'protectcomment'              => 'Comment:',
 'protectexpiry'               => 'Expires:',
index ba7023b..2e96596 100644 (file)
@@ -488,7 +488,6 @@ $wgMessageStructure = array(
                'session_fail_preview',
                'session_fail_preview_html',
                'token_suffix_mismatch',
-               'importing',
                'editing',
                'editinguser',
                'editingsection',