r90833 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90832‎ | r90833 | r90834 >
Date:15:14, 26 June 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Per http://translatewiki.net/wiki/Thread:Support/Unprotect get rid of term unprotect (hard to translate, not necessarily used to remove protection)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -790,7 +790,7 @@
791791 'vector-action-move' => 'Move',
792792 'vector-action-protect' => 'Protect',
793793 'vector-action-undelete' => 'Undelete',
794 -'vector-action-unprotect' => 'Unprotect',
 794+'vector-action-unprotect' => 'Change protection',
795795 'vector-simplesearch-preference' => 'Enable enhanced search suggestions (Vector skin only)',
796796 'vector-view-create' => 'Create',
797797 'vector-view-edit' => 'Edit',
@@ -825,10 +825,10 @@
826826 'undelete_short' => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
827827 'viewdeleted_short' => 'View {{PLURAL:$1|one deleted edit|$1 deleted edits}}',
828828 'protect' => 'Protect',
829 -'protect_change' => 'change',
 829+'protect_change' => 'Change',
830830 'protectthispage' => 'Protect this page',
831 -'unprotect' => 'Unprotect',
832 -'unprotectthispage' => 'Unprotect this page',
 831+'unprotect' => 'Change protection',
 832+'unprotectthispage' => 'Change protection of this page',
833833 'newpage' => 'New page',
834834 'talkpage' => 'Discuss this page',
835835 'talkpagelinktext' => 'Talk',
@@ -2845,11 +2845,11 @@
28462846
28472847 # Protect
28482848 'protectlogpage' => 'Protection log',
2849 -'protectlogtext' => 'Below is a list of page protections and page unprotections.
 2849+'protectlogtext' => 'Below is a list of changes to page protections.
28502850 See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.',
28512851 'protectedarticle' => 'protected "[[$1]]"',
28522852 'modifiedarticleprotection' => 'changed protection level for "[[$1]]"',
2853 -'unprotectedarticle' => 'unprotected "[[$1]]"',
 2853+'unprotectedarticle' => 'removed protection from "[[$1]]"',
28542854 'movedarticleprotection' => 'moved protection settings from "[[$2]]" to "[[$1]]"',
28552855 'protect-title' => 'Change protection level for "$1"',
28562856 'prot_1movedto2' => '[[$1]] moved to [[$2]]',
@@ -3458,7 +3458,7 @@
34593459 You can view its source',
34603460 'tooltip-ca-history' => 'Past revisions of this page',
34613461 'tooltip-ca-protect' => 'Protect this page',
3462 -'tooltip-ca-unprotect' => 'Unprotect this page',
 3462+'tooltip-ca-unprotect' => 'Change protection of this page',
34633463 'tooltip-ca-delete' => 'Delete this page',
34643464 'tooltip-ca-undelete' => 'Restore the edits done to this page before it was deleted',
34653465 'tooltip-ca-move' => 'Move this page',

Sign-offs

UserFlagDate
Nemo bisinspected15:32, 26 June 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r91632Partial revert of r90833, capitalisation change was not intentednikerabbit08:55, 7 July 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   18:53, 26 June 2011

'protectlogtext' => 'Below is a list of changes to page protections.

Maybe that should say "protection status" (not those exact words) or something. That bit seems awkward.

#Comment by Nikerabbit (talk | contribs)   20:12, 26 June 2011

If you think it is better, go ahead.

Status & tagging log