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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 778a5fdc7..11d8fd11d 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -127,7 +127,7 @@ class AccountWindow (InstallWindow):
ret = self.intf.messageWindow(_("Weak Password"),
_("You have provided a weak password: %s") % msg,
type="custom", custom_icon="error",
- custom_buttons=[_("Cancel"), _("Use Anyway")])
+ custom_buttons=[_("Cancel"), _("_Use Anyway")])
if ret == 0:
self.passwordError()