diff options
author | Chris Lumens <clumens@redhat.com> | 2007-03-14 19:31:20 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-03-14 19:31:20 +0000 |
commit | 9ae718421c4eaabf5b156128278fb6bec8476b0c (patch) | |
tree | 38891531007b85d8404c73dee7e016d1075a0a10 /iw | |
parent | b1eb652ad9013ca4066f88f4ab34f9b20b25a424 (diff) | |
download | anaconda-9ae718421c4eaabf5b156128278fb6bec8476b0c.tar.gz anaconda-9ae718421c4eaabf5b156128278fb6bec8476b0c.tar.xz anaconda-9ae718421c4eaabf5b156128278fb6bec8476b0c.zip |
Since you can't always eject the CD, don't tell the user to do it (#137275).
Diffstat (limited to 'iw')
-rw-r--r-- | iw/congrats_gui.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index 3cf9ffbbc..d66a9067d 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -57,9 +57,7 @@ class CongratulationWindow (InstallWindow): if rhpl.getArch() == "s390": floppystr = "" else: - floppystr = _("Remove any media used during the installation " - "process and press the \"Reboot\" button to " - "reboot your system." + floppystr = _("Press the \"Reboot\" button to reboot your system." "\n\n") txt = _("Congratulations, the installation is complete.\n\n" |