r25176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25175‎ | r25176 | r25177 >
Date:21:43, 26 August 2007
Author:aaron
Status:old
Tags:
Comment:
*On second thought, don't use 'diff', might be confusing. And I meant 'informative' in r25175 :)
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -920,7 +920,7 @@
921921 } else if( $editGroups == $moveGroups ) {
922922 $msg = wfMsg( 'protected-subtitle-same', $editGroups, $moveGroups );
923923 } else {
924 - $msg = wfMsg( 'protected-subtitle-diff', $editGroups, $moveGroups );
 924+ $msg = wfMsg( 'protected-subtitle-each', $editGroups, $moveGroups );
925925 }
926926
927927 $wgOut->setSubtitle( $wgOut->getSubtitle() . $msg );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -799,7 +799,7 @@
800800 'ns-specialprotected' => "Pages in the {{ns:special}} namespace cannot be edited.",
801801 'protected-subtitle' => "(This page is protected)",
802802 'protected-subtitle-same' => "(This page is protected. Some users ($1) can still edit or move it.)",
803 -'protected-subtitle-diff' => "(This page is protected. Some users ($1) can still edit it while others ($2) can move it.)",
 803+'protected-subtitle-each' => "(This page is protected. Some users ($1) can still edit it while others ($2) can move it.)",
804804 'protected-anyone' => 'anyone',
805805
806806 # Login and logout pages

Follow-up revisions

RevisionCommit summaryAuthorDate
r25223Merged revisions 25126-25214 via svnmerge from...david07:39, 28 August 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r25175*Rename protected-subtitle messages to something more uninformative. Tweak on...aaron21:34, 26 August 2007

Status & tagging log