Bug 1168: Missing text on the bureaucrat log
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Dec 2004 21:10:24 +0000 (21:10 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Dec 2004 21:10:24 +0000 (21:10 +0000)
patch from Zigger

includes/LogPage.php
languages/Language.php

index 9c7d106..fbe245a 100644 (file)
@@ -127,7 +127,7 @@ class LogPage {
                        ''        => 'alllogstext',
                        'block'   => 'blocklogtext',
                        'protect' => 'protectlogtext',
-                       'rights'  => '',
+                       'rights'  => 'rightslogtext',
                        'delete'  => 'dellogpagetext',
                        'upload'  => 'uploadlogpagetext'
                );
index decf91d..dfea12c 100644 (file)
@@ -1445,6 +1445,7 @@ Type the name of the user in the box and press the button to make the user an ad
 'makesysopfail'                => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
 'setbureaucratflag' => 'Set bureaucrat flag',
 'bureaucratlog'                => 'Bureaucrat_log',
+'rightslogtext'                => 'This is a log of changes to user rights.',
 'bureaucratlogentry'   => "Rights for user \"$1\" set \"$2\"",
 'rights'                       => 'Rights:',
 'set_user_rights'      => 'Set user rights',