From: Brion Vibber Date: Thu, 23 Dec 2004 21:10:24 +0000 (+0000) Subject: Bug 1168: Missing text on the bureaucrat log X-Git-Tag: 1.5.0alpha1~1039 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=378446bead3ec7975ed0a2346a3048f010b936ab;p=lhc%2Fweb%2Fwiklou.git Bug 1168: Missing text on the bureaucrat log patch from Zigger --- diff --git a/includes/LogPage.php b/includes/LogPage.php index 9c7d10614c..fbe245a19c 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -127,7 +127,7 @@ class LogPage { '' => 'alllogstext', 'block' => 'blocklogtext', 'protect' => 'protectlogtext', - 'rights' => '', + 'rights' => 'rightslogtext', 'delete' => 'dellogpagetext', 'upload' => 'uploadlogpagetext' ); diff --git a/languages/Language.php b/languages/Language.php index decf91d094..dfea12c009 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1445,6 +1445,7 @@ Type the name of the user in the box and press the button to make the user an ad 'makesysopfail' => "User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)", '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',