From 00bb32b8cae38ecc4f6cbe65670781f0c532170e Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 24 Jul 2012 16:29:33 +0200 Subject: Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UI r=gerv a=LpSolit --- template/en/default/global/messages.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 7f7cf09d9..d39890c13 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -42,9 +42,9 @@ [% ELSIF field == 'cryptpassword' %] A new password has been set. [% ELSIF field == 'disabledtext' %] - The disable text has been modified. + The "login disabled" text has been modified. [% ELSIF field == 'is_enabled' %] - The user has been [% otheruser.is_enabled ? 'enabled' : 'disabled' %]. + Logging in with this user account has been [% otheruser.is_enabled ? 'enabled' : 'disabled' %]. [% ELSIF field == 'extern_id' %] The user's External Login ID has been modified. [% ELSIF field == 'disable_mail' %] @@ -97,8 +97,8 @@ successfully. [% ELSIF message_tag == "account_disabled" %] - The user account [% account FILTER html %] is disabled, so you - cannot change its password. + Logging in with this user account [% account FILTER html %] is disabled, so + you cannot change its password. [% ELSIF message_tag == "attachment_creation_failed" %] The [% terms.bug %] was created successfully, but attachment creation -- cgit v1.2.3-24-g4f1b