summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-02-05 11:59:29 -0500
committerPeter Jones <pjones@redhat.com>2010-02-26 12:58:35 -0500
commita24e722ebcb06c88f88605190caebdcf83236690 (patch)
tree29cb956c62227f9b813d7ccf72d2c957d3df92b1 /iw/account_gui.py
parent8a4fdd59c1d0d613cb32778b7142da8ec0adbab1 (diff)
downloadanaconda-a24e722ebcb06c88f88605190caebdcf83236690.tar.gz
anaconda-a24e722ebcb06c88f88605190caebdcf83236690.tar.xz
anaconda-a24e722ebcb06c88f88605190caebdcf83236690.zip
working on this
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()