From: Raimond Spekking Date: Thu, 2 Dec 2010 08:29:12 +0000 (+0000) Subject: Follow-up r77558: Use an own reason message instead of reusing another one X-Git-Tag: 1.31.0-rc.0~33646 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=a5d01ad3422ce1a5fbabf5b9528a9ac534c780a2;p=lhc%2Fweb%2Fwiklou.git Follow-up r77558: Use an own reason message instead of reusing another one --- diff --git a/includes/specials/SpecialDisableAccount.php b/includes/specials/SpecialDisableAccount.php index e937a645f7..94b7d17ad0 100644 --- a/includes/specials/SpecialDisableAccount.php +++ b/includes/specials/SpecialDisableAccount.php @@ -15,7 +15,7 @@ class SpecialDisableAccount extends SpecialPage { ), 'comment' => array( 'type' => 'text', - 'label-message' => 'movereason', + 'label-message' => 'disableaccount-reason', ), 'confirm' => array( 'type' => 'toggle', diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 7c00fbd300..f42a854a87 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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.