summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
committerChris Lumens <clumens@redhat.com>2007-02-27 21:17:26 +0000
commit2ed15c8e880336ab539ad3b491426f9399cc860c (patch)
tree3e618fa932ae8a8481540a0918fa2f9d6fdeff54 /iw/account_gui.py
parent2d4d0344b9028b16dcbf7dda13ce77b7300443a0 (diff)
downloadanaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.gz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.tar.xz
anaconda-2ed15c8e880336ab539ad3b491426f9399cc860c.zip
Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,
#204564).
Diffstat (limited to 'iw/account_gui.py')
-rw-r--r--iw/account_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 0b5a9ec57..2198c62cb 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -63,8 +63,8 @@ class AccountWindow (InstallWindow):
if letter not in allowed:
self.intf.messageWindow(_("Error with Password"),
_("Requested password contains "
- "non-ascii characters which are "
- "not allowed for use in password."),
+ "non-ASCII characters, which are "
+ "not allowed."),
custom_icon="error")
passwordError()