From: Ævar Arnfjörð Bjarmason Date: Tue, 26 Apr 2005 18:27:38 +0000 (+0000) Subject: * Removing two undefined messages, speciallistusersgrouplabel and X-Git-Tag: 1.5.0alpha1~120 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f7bce382a26686a86c19da94bdd05fd3d594224d;p=lhc%2Fweb%2Fwiklou.git * Removing two undefined messages, speciallistusersgrouplabel and speciallistusersuserlabel, in favor of grouplevels-editgroup-name and specialloguserlabel. --- diff --git a/includes/SpecialListusers.php b/includes/SpecialListusers.php index ae315f0e5f..1b300745d7 100644 --- a/includes/SpecialListusers.php +++ b/includes/SpecialListusers.php @@ -64,7 +64,7 @@ class ListUsersPage extends QueryPage { // form header $out = '
' . '' . - wfMsg( 'speciallistusersgrouplabel' ) . ''; // get all group names and id $dbr = & wfGetDB( DB_SLAVE ); @@ -82,7 +82,7 @@ class ListUsersPage extends QueryPage { } $out .= ' '; - $out .= wfMsg( 'speciallistusersuserlabel' ) . ' '; + $out .= wfMsg( 'specialloguserlabel' ) . ' '; // OK button, end of form. $out .= '
';