Instead of linking every single right to a help page, put a friendlier link at the...
authorAndrew Garrett <werdna@users.mediawiki.org>
Thu, 24 Apr 2008 12:13:36 +0000 (12:13 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Thu, 24 Apr 2008 12:13:36 +0000 (12:13 +0000)
includes/SpecialListgrouprights.php
languages/messages/MessagesEn.php

index 9eb78d8..2b2505b 100644 (file)
@@ -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 );
index e23766d..cb5b493 100644 (file)
@@ -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)',