summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-05-19 13:55:06 -0400
committerChris Lumens <clumens@redhat.com>2009-05-19 13:59:34 -0400
commit614dcfcc90e7d856d94a18a5403ca858afef17ff (patch)
treed525b15a1d69f1ba561f0fa2657b661c9e9aa9a4 /textw
parent6e1ddeb0f2099d0d639ac671b3fe1696a4b4b458 (diff)
downloadanaconda-614dcfcc90e7d856d94a18a5403ca858afef17ff.tar.gz
anaconda-614dcfcc90e7d856d94a18a5403ca858afef17ff.tar.xz
anaconda-614dcfcc90e7d856d94a18a5403ca858afef17ff.zip
Make the weak password dialog comply with the HIG (#487435).
Diffstat (limited to 'textw')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index 84966e954..87983484d 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -81,7 +81,7 @@ class RootPasswordWindow:
except ValueError, e:
msg = gettext.ldgettext("cracklib", e)
ret = anaconda.intf.messageWindow(_("Weak Password"),
- _("Weak password provided: %s\n\n"
+ _("You have provided a weak password: %s\n\n"
"Would you like to continue with this password?"
% (msg, )),
type = "yesno", default="no")