summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/account_gui.py')
-rw-r--r--iw/account_gui.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 2e54714e3..c18d6b67a 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -130,11 +130,9 @@ class AccountWindow (InstallWindow):
except ValueError, e:
msg = gettext.ldgettext("cracklib", e)
ret = self.intf.messageWindow(_("Weak Password"),
- _("Weak password provided: %s"
- "\n\n"
- "Would you like to continue with "
- "this password?") % (msg, ),
- type = "yesno")
+ _("You have provided a weak password: %s") % msg,
+ type="custom", custom_icon="error",
+ custom_buttons=[_("Cancel"), _("Use Anyway")])
if ret == 0:
self.passwordError()