summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-02-02 16:52:41 +0000
committerJeremy Katz <katzj@redhat.com>2005-02-02 16:52:41 +0000
commit28688f545bdfbe3eb2f765bef7ba7e968d17a15e (patch)
tree6e0e58cd279660b67372f5b379bbdab3bff4b88f /textw
parent3e0e63aa80736fa6c4946b85238285ac510b7621 (diff)
downloadanaconda-28688f545bdfbe3eb2f765bef7ba7e968d17a15e.tar.gz
anaconda-28688f545bdfbe3eb2f765bef7ba7e968d17a15e.tar.xz
anaconda-28688f545bdfbe3eb2f765bef7ba7e968d17a15e.zip
2005-02-02 Jeremy Katz <katzj@redhat.com>
* iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up reference to media to not get stale (#138688) * textw/complete_text.py (FinishedWindow.__call__): Likewise.
Diffstat (limited to 'textw')
-rw-r--r--textw/complete_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index bd31f4061..b70972d1b 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -27,8 +27,8 @@ class FinishedWindow:
floppystr = _("Press <Enter> to end the installation process.\n\n")
bottomstr = _("<Enter> to exit")
else:
- floppystr = _("Remove any installation media (diskettes or "
- "CD-ROMs) used during the installation process "
+ floppystr = _("Remove any installation media "
+ "used during the installation process "
"and press <Enter> to reboot your system."
"\n\n")
bottomstr = _("<Enter> to reboot")