From d6d5209c5ba501f67090198946e12b55bcbe2bb4 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Thu, 24 Apr 2008 12:13:36 +0000 Subject: [PATCH] Instead of linking every single right to a help page, put a friendlier link at the top. This is more sensible now that we use actual descriptions for our rights. Edit-conflicted on doing the same reword to the same message, too. --- includes/SpecialListgrouprights.php | 2 +- languages/messages/MessagesEn.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/SpecialListgrouprights.php b/includes/SpecialListgrouprights.php index 9eb78d8cb3..2b2505bb57 100644 --- a/includes/SpecialListgrouprights.php +++ b/includes/SpecialListgrouprights.php @@ -96,7 +96,7 @@ class SpecialListGroupRights extends SpecialPage { foreach( $permissions as $permission => $granted ) { if ( $granted ) { $description = User::getRightDescription($permission); - $r[] = wfMsgExt( 'listgrouprights-link', array( 'parseinline', 'content' ), $description, $permission ); + $r[] = $description; } } sort( $r ); diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e23766d0b2..cb5b493fef 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1955,10 +1955,9 @@ It may contain one or more characters which cannot be used in titles.', # Special:Listgrouprights 'listgrouprights' => 'User group rights', -'listgrouprights-summary' => 'The following is a list of user groups defined on this wiki, with their associated access rights.', +'listgrouprights-summary' => 'The following is a list of user groups defined on this wiki, with their associated access rights. Additional information about individual rights can be found [[{{int:Listgrouprights-helppage}}|here]].', 'listgrouprights-group' => 'Group', 'listgrouprights-rights' => 'Rights', -'listgrouprights-link' => '[[{{MediaWiki:Listgrouprights-helppage}}#$2|$1]]', # do not translate or duplicate this message to other languages 'listgrouprights-helppage' => 'Help:Group rights', 'listgrouprights-members' => '(list of members)', -- 2.20.1