diff options
author | Chris Lumens <clumens@redhat.com> | 2005-06-01 20:28:19 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-06-01 20:28:19 +0000 |
commit | 63124963e09efaf74bcac7b2042946fbd3bc9edb (patch) | |
tree | bb190b29de0da9d6045a49f20916543060a80f46 /iw | |
parent | 418be937353c1c86909801837e51c769c424141b (diff) | |
download | anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.gz anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.tar.xz anaconda-63124963e09efaf74bcac7b2042946fbd3bc9edb.zip |
Fixed grammar and wording problems (#156048, #159044), update-po.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/congrats_gui.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index a8d75b5d7..705358f37 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -56,10 +56,9 @@ class CongratulationWindow (InstallWindow): if iutil.getArch() == "s390": floppystr = "" else: - floppystr = _("Remove any installation media " - "used during the installation process " - "and press the \"Reboot\" button to reboot your " - "system." + floppystr = _("Remove any media used during the installation " + "process and press the \"Reboot\" button to " + "reboot your system." "\n\n") txt = _("Congratulations, the installation is complete.\n\n" |