summaryrefslogtreecommitdiffstats
path: root/textw/zipl_text.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 /textw/zipl_text.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 'textw/zipl_text.py')
-rw-r--r--textw/zipl_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/zipl_text.py b/textw/zipl_text.py
index e0b038ef9..92caae52f 100644
--- a/textw/zipl_text.py
+++ b/textw/zipl_text.py
@@ -27,7 +27,7 @@ class ZiplWindow:
"on your system after installation is complete. "
"You can now enter any additional kernel and "
"chandev parameters which your machine or your "
- "setup may require."))
+ "setup require."))
kernelparms = ""
kernelentry = Entry(48, scroll = 1, returnExit = 1)