Index: trunk/phase3/includes/specials/SpecialDisableAccount.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | ), |
17 | 17 | 'comment' => array( |
18 | 18 | 'type' => 'text', |
19 | | - 'label-message' => 'movereason', |
| 19 | + 'label-message' => 'disableaccount-reason', |
20 | 20 | ), |
21 | 21 | 'confirm' => array( |
22 | 22 | 'type' => 'toggle', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4364,6 +4364,7 @@ |
4365 | 4365 | # Special:DisableAccount |
4366 | 4366 | 'disableaccount' => 'Disable an user account', |
4367 | 4367 | 'disableaccount-user' => 'Username:', |
| 4368 | +'disableaccount-reason' => 'Reason:', |
4368 | 4369 | 'disableaccount-confirm' => "Disable this user account. |
4369 | 4370 | The user will not be able to log in, reset their password, or receive e-mail notifications. |
4370 | 4371 | If the user is currently logged in anywhere, they will be immediately logged out. |