r24716 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24715‎ | r24716 | r24717 >
Date:08:26, 10 August 2007
Author:raymond
Status:old
Tags:
Comment:
* Removing unused message 'importing'
* Rewording message 'protectsub' as it is not only used for protecting but also for changing the protection level and unprotecting.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -488,7 +488,6 @@
489489 'session_fail_preview',
490490 'session_fail_preview_html',
491491 'token_suffix_mismatch',
492 - 'importing',
493492 'editing',
494493 'editinguser',
495494 'editingsection',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1015,7 +1015,6 @@
10161016 'token_suffix_mismatch' => '<strong>Your edit has been rejected because your client mangled the punctuation characters
10171017 in the edit token. The edit has been rejected to prevent corruption of the article text.
10181018 This sometimes happens when you are using a buggy web-based anonymous proxy service.</strong>',
1019 -'importing' => 'Importing $1',
10201019 'editing' => 'Editing $1',
10211020 'editinguser' => 'Editing user <b>$1</b>',
10221021 'editingsection' => 'Editing $1 (section)',
@@ -1837,7 +1836,7 @@
18381837 'protectedarticle' => 'protected "[[$1]]"',
18391838 'modifiedarticleprotection' => 'changed protection level for "[[$1]]"',
18401839 'unprotectedarticle' => 'unprotected "[[$1]]"',
1841 -'protectsub' => '(Protecting "$1")',
 1840+'protectsub' => '(Setting protection level for "$1")',
18421841 'confirmprotect' => 'Confirm protection',
18431842 'protectcomment' => 'Comment:',
18441843 'protectexpiry' => 'Expires:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r24717One usage of 'importing' (removed from core in r24716) missed. Replacing it w...raymond08:39, 10 August 2007
r24755Merged revisions 24694-24754 via svnmerge from...david19:48, 13 August 2007

Status & tagging log