From a5dfa5c9f879f3c42e58973bd413d53814367eb9 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 10 Aug 2007 08:26:21 +0000 Subject: [PATCH] * Removing unused message 'importing' * Rewording message 'protectsub' as it is not only used for protecting but also for changing the protection level and unprotecting. --- languages/messages/MessagesEn.php | 3 +-- maintenance/language/messages.inc | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index af9a51223f..372a0805a2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1015,7 +1015,6 @@ Please try again. If it still doesn't work, try logging out and logging back in. 'token_suffix_mismatch' => '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.', -'importing' => 'Importing $1', 'editing' => 'Editing $1', 'editinguser' => 'Editing user $1', '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:', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index ba7023b5d6..2e96596602 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -488,7 +488,6 @@ $wgMessageStructure = array( 'session_fail_preview', 'session_fail_preview_html', 'token_suffix_mismatch', - 'importing', 'editing', 'editinguser', 'editingsection', -- 2.20.1