From f7bce382a26686a86c19da94bdd05fd3d594224d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 26 Apr 2005 18:27:38 +0000 Subject: [PATCH] * Removing two undefined messages, speciallistusersgrouplabel and speciallistusersuserlabel, in favor of grouplevels-editgroup-name and specialloguserlabel. --- includes/SpecialListusers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= '
'; -- 2.20.1