summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-02-26 13:33:22 -0500
committerPeter Jones <pjones@redhat.com>2010-02-26 13:33:22 -0500
commit893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d (patch)
tree969eadddae569debc408c79c5740c1bc71d28be0 /iw
parenta24e722ebcb06c88f88605190caebdcf83236690 (diff)
downloadanaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.tar.gz
anaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.tar.xz
anaconda-893b9e9cd3f3ab8cd2f8429387b8c3051dbd194d.zip
Revert "working on this"
This reverts commit a24e722ebcb06c88f88605190caebdcf83236690.
Diffstat (limited to 'iw')
-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 11d8fd11d..778a5fdc7 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()