From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- includes/SpecialUserrights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/SpecialUserrights.php') diff --git a/includes/SpecialUserrights.php b/includes/SpecialUserrights.php index 8f43092c..b17cc4aa 100644 --- a/includes/SpecialUserrights.php +++ b/includes/SpecialUserrights.php @@ -165,7 +165,7 @@ class UserrightsForm extends HTMLForm { 'name' => 'wpEditToken', 'value' => $wgUser->editToken( $username ) ) ) . $this->fieldset( 'editusergroup', - $wgOut->parse( wfMsg('editing', $username ) ) . + $wgOut->parse( wfMsg('editinguser', $username ) ) . '
'. HTMLSelectGroups('member', $this->mName.'-groupsmember', $groups,true,6). ''. -- cgit v1.2.3-54-g00ecf