Index: trunk/phase3/includes/Article.php |
— | — | @@ -920,7 +920,7 @@ |
921 | 921 | } else if( $editGroups == $moveGroups ) { |
922 | 922 | $msg = wfMsg( 'protected-subtitle-same', $editGroups, $moveGroups ); |
923 | 923 | } else { |
924 | | - $msg = wfMsg( 'protected-subtitle-diff', $editGroups, $moveGroups ); |
| 924 | + $msg = wfMsg( 'protected-subtitle-each', $editGroups, $moveGroups ); |
925 | 925 | } |
926 | 926 | |
927 | 927 | $wgOut->setSubtitle( $wgOut->getSubtitle() . $msg ); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -799,7 +799,7 @@ |
800 | 800 | 'ns-specialprotected' => "Pages in the {{ns:special}} namespace cannot be edited.", |
801 | 801 | 'protected-subtitle' => "(This page is protected)", |
802 | 802 | '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.)", |
804 | 804 | 'protected-anyone' => 'anyone', |
805 | 805 | |
806 | 806 | # Login and logout pages |