diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-06 21:49:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-06 21:49:47 +0000 |
commit | 3d6654494a7d14c6d6b9fef9cb50264cf994800f (patch) | |
tree | 521aa1f5c316fc3af2d39b1ec334dd2379ce7660 | |
parent | 6cc016ef7a1333af481bd93b1825343b473fdccb (diff) | |
download | anaconda-3d6654494a7d14c6d6b9fef9cb50264cf994800f.tar.gz anaconda-3d6654494a7d14c6d6b9fef9cb50264cf994800f.tar.xz anaconda-3d6654494a7d14c6d6b9fef9cb50264cf994800f.zip |
remove the bit about removing CD-ROMs from the drive, you can't do it yet and we'll eject anyway (#51049)
-rw-r--r-- | iw/congrats_gui.py | 2 | ||||
-rw-r--r-- | textw/complete_text.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index 8a661ab58..720ef331e 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -32,7 +32,7 @@ class CongratulationWindow (InstallWindow): label = GtkLabel( _("Congratulations, your Red Hat Linux installation is " "complete.\n\n" - "Remove any CD-ROMs or floppy diskettes you used during the " + "Remove any floppy diskettes you used during the " "installation process and press <Enter> to reboot your system. " "\n\n" "If you created a boot disk to use to boot your Red Hat Linux " diff --git a/textw/complete_text.py b/textw/complete_text.py index 807c87b82..70142947d 100644 --- a/textw/complete_text.py +++ b/textw/complete_text.py @@ -28,7 +28,7 @@ class FinishedWindow: rc = ButtonChoiceWindow (screen, _("Complete"), _("Congratulations, your Red Hat Linux installation is " "complete.\n\n" - "Remove any CD-ROMs or floppy diskettes you used during the " + "Remove any floppy diskettes you used during the " "installation process and press <Enter> to reboot your system. " "\n\n" "If you created a boot disk to use to boot your Red Hat Linux " |