summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-06-01 20:28:19 +0000
committerChris Lumens <clumens@redhat.com>2005-06-01 20:28:19 +0000
commit63124963e09efaf74bcac7b2042946fbd3bc9edb (patch)
treebb190b29de0da9d6045a49f20916543060a80f46 /textw
parent418be937353c1c86909801837e51c769c424141b (diff)
downloadanaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.gz
anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.xz
anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.zip
Fixed grammar and wording problems (#156048, #159044), update-po.
Diffstat (limited to 'textw')
-rw-r--r--textw/complete_text.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index b70972d1b..b5fbce2d1 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -27,9 +27,8 @@ class FinishedWindow:
floppystr = _("Press <Enter> to end the installation process.\n\n")
bottomstr = _("<Enter> to exit")
else:
- floppystr = _("Remove any installation media "
- "used during the installation process "
- "and press <Enter> to reboot your system."
+ floppystr = _("Remove any media used during the installation "
+ "process and press <Enter> to reboot your system."
"\n\n")
bottomstr = _("<Enter> to reboot")