Follow-up r77558: Use an own reason message instead of reusing another one
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 2 Dec 2010 08:29:12 +0000 (08:29 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 2 Dec 2010 08:29:12 +0000 (08:29 +0000)
includes/specials/SpecialDisableAccount.php
languages/messages/MessagesEn.php

index e937a64..94b7d17 100644 (file)
@@ -15,7 +15,7 @@ class SpecialDisableAccount extends SpecialPage {
                        ),
                        'comment' => array(
                                'type' => 'text',
-                               'label-message' => 'movereason',
+                               'label-message' => 'disableaccount-reason',
                        ),
                        'confirm' => array(
                                'type' => 'toggle',
index 7c00fbd..f42a854 100644 (file)
@@ -4364,6 +4364,7 @@ This site is experiencing technical difficulties.',
 # Special:DisableAccount
 'disableaccount' => 'Disable an user account',
 'disableaccount-user' => 'Username:',
+'disableaccount-reason' => 'Reason:',
 'disableaccount-confirm' => "Disable this user account.
 The user will not be able to log in, reset their password, or receive e-mail notifications.
 If the user is currently logged in anywhere, they will be immediately logged out.