summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-11 11:20:49 -0500
committerChris Lumens <clumens@redhat.com>2008-11-11 11:20:49 -0500
commitbc32de93d49ecf2401be3e931d2830ca77294263 (patch)
tree2296ed24fbd205645f97f25802fefb97d254ba3c /textw/userauth_text.py
parenta2aaae119b019ad34cfe2350f1acca300b2fee1c (diff)
downloadanaconda-bc32de93d49ecf2401be3e931d2830ca77294263.tar.gz
anaconda-bc32de93d49ecf2401be3e931d2830ca77294263.tar.xz
anaconda-bc32de93d49ecf2401be3e931d2830ca77294263.zip
Include cracklib .mo files and look up strings in the right domain.
Diffstat (limited to 'textw/userauth_text.py')
-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 c0ed6dd4f..152a1c620 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -76,7 +76,7 @@ class RootPasswordWindow:
"which are not allowed."),
buttons = [ TEXT_OK_BUTTON ], width = 50)
else:
- msg = cracklib.FascistCheck(entry1.value())
+ msg = gettext.ldgettext("cracklib", cracklib.FascistCheck(entry1.value()))
if msg is not None:
ret = anaconda.intf.messageWindow(_("Weak Password"),
_("Weak password provided: %s\n\n"