(bug 11951) EditPage::getEditToolbar() is now static. Should make life easier for...
[lhc/web/wiklou.git] / includes / SpecialListgrouprights.php
index 1482708..131c060 100644 (file)
@@ -50,7 +50,7 @@ class SpecialListGroupRights extends SpecialPage {
 
                        $msg = wfMsgForContent( 'grouppage-' . $groupname );
                        if ( wfEmptyMsg( 'grouppage-' . $groupname, $msg ) || $msg == '' ) {
-                               $grouppageLocalized = $groupname;
+                               $grouppageLocalized = MWNamespace::getCanonicalName( NS_PROJECT ) . ':' . $groupname;
                        } else {
                                $grouppageLocalized = $msg;
                        }