*On second thought, don't use 'diff', might be confusing. And I meant 'informative...
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 26 Aug 2007 21:43:35 +0000 (21:43 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 26 Aug 2007 21:43:35 +0000 (21:43 +0000)
includes/Article.php
languages/messages/MessagesEn.php

index 7f9e440..41d988d 100644 (file)
@@ -920,7 +920,7 @@ class Article {
                } else if( $editGroups == $moveGroups ) {
                        $msg = wfMsg( 'protected-subtitle-same', $editGroups, $moveGroups );
                } else {
-                       $msg = wfMsg( 'protected-subtitle-diff', $editGroups, $moveGroups );
+                       $msg = wfMsg( 'protected-subtitle-each', $editGroups, $moveGroups );
                }
                
                $wgOut->setSubtitle( $wgOut->getSubtitle() . $msg );
index d3988b8..2f9210f 100644 (file)
@@ -799,7 +799,7 @@ $2",
 'ns-specialprotected'      => "Pages in the {{ns:special}} namespace cannot be edited.",
 'protected-subtitle'       => "(This page is protected)",
 'protected-subtitle-same'  => "(This page is protected. Some users ($1) can still edit or move it.)",
-'protected-subtitle-diff'  => "(This page is protected. Some users ($1) can still edit it while others ($2) can move it.)",
+'protected-subtitle-each'  => "(This page is protected. Some users ($1) can still edit it while others ($2) can move it.)",
 'protected-anyone'         => 'anyone',
 
 # Login and logout pages