Use content language for rightsnone
authorAndrew Garrett <werdna@users.mediawiki.org>
Sat, 2 Aug 2008 03:07:03 +0000 (03:07 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Sat, 2 Aug 2008 03:07:03 +0000 (03:07 +0000)
includes/specials/SpecialUserrights.php

index 4ce3e06..9837cc7 100644 (file)
@@ -289,7 +289,7 @@ class UserrightsPage extends SpecialPage {
 
        function makeGroupNameList( $ids ) {
                if( empty( $ids ) ) {
-                       return wfMsg( 'rightsnone' );
+                       return wfMsgForContent( 'rightsnone' );
                } else {
                        return implode( ', ', $ids );
                }