[PATCH] Reference correct UI button name (#862409)

Jesse Keating jkeating at redhat.com
Wed Oct 3 23:20:28 UTC 2012


---
 pyanaconda/ui/gui/spokes/password.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/password.py b/pyanaconda/ui/gui/spokes/password.py
index 672c44c..9f5d4d9 100644
--- a/pyanaconda/ui/gui/spokes/password.py
+++ b/pyanaconda/ui/gui/spokes/password.py
@@ -136,7 +136,7 @@ class PasswordSpoke(NormalSpoke):
                     pass
                 else:
                     self._error = _("You have provided a weak password: %s. "
-                                    " Press Back again to use anyway.") % msg
+                                    " Press Done again to use anyway.") % msg
                     self._oldweak = pw
                     return False
 
-- 
1.7.11.4



More information about the anaconda-patches mailing list