From 0d4af63b217b1ad69ff8e1800c9880ae717f7d35 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 26 Aug 2007 21:43:35 +0000 Subject: [PATCH] *On second thought, don't use 'diff', might be confusing. And I meant 'informative' in r25175 :) --- includes/Article.php | 2 +- languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 7f9e4400ff..41d988d73f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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 ); diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d3988b8450..2f9210fb3f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 -- 2.20.1