From f90f6854a223f3fc5984c6be3fbafca041cecd77 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 14 May 2005 09:26:32 +0000 Subject: [PATCH] restored Special:Makesysop interwiki functionality --- languages/Language.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/Language.php b/languages/Language.php index 73b0dc375f..94cac824d5 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1470,6 +1470,7 @@ Type the name of the user in the box and press the button to make the user an ad 'makesysopok' => "User \"$1\" is now a sysop", 'makesysopfail' => "User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)", 'setbureaucratflag' => 'Set bureaucrat flag', +'setstewardflag' => 'Set steward flag', 'bureaucratlog' => 'Bureaucrat_log', 'rightslogtext' => 'This is a log of changes to user rights.', 'bureaucratlogentry' => "Changed group membership for $1 from $2 to $3", @@ -1480,6 +1481,7 @@ Type the name of the user in the box and press the button to make the user an ad 'makesysop' => 'Make a user into a sysop', 'already_sysop' => 'This user is already an administrator', 'already_bureaucrat' => 'This user is already a bureaucrat', +'already_steward' => 'This user is already a steward', # Validation 'val_yes' => 'Yes', -- 2.20.1