diff options
Diffstat (limited to 'iw/account_gui.py')
-rw-r--r-- | iw/account_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py index 0b5a9ec57..2198c62cb 100644 --- a/iw/account_gui.py +++ b/iw/account_gui.py @@ -63,8 +63,8 @@ class AccountWindow (InstallWindow): if letter not in allowed: self.intf.messageWindow(_("Error with Password"), _("Requested password contains " - "non-ascii characters which are " - "not allowed for use in password."), + "non-ASCII characters, which are " + "not allowed."), custom_icon="error") passwordError() |