summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-03-14 19:31:20 +0000
committerChris Lumens <clumens@redhat.com>2007-03-14 19:31:20 +0000
commit9ae718421c4eaabf5b156128278fb6bec8476b0c (patch)
tree38891531007b85d8404c73dee7e016d1075a0a10 /textw
parentb1eb652ad9013ca4066f88f4ab34f9b20b25a424 (diff)
downloadanaconda-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 'textw')
-rw-r--r--textw/complete_text.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index 0eeae37ba..0742bb4f6 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -23,14 +23,8 @@ class FinishedWindow:
def __call__ (self, screen, anaconda):
bootstr = ""
- if rhpl.getArch() == "s390":
- floppystr = _("Press <Enter> to end the installation process.\n\n")
- bottomstr = _("<Enter> to exit")
- else:
- floppystr = _("Remove any media used during the installation "
- "process and press <Enter> to reboot your system."
- "\n\n")
- bottomstr = _("<Enter> to reboot")
+ floppystr = _("Press <Enter> to end the installation process.\n\n")
+ bottomstr = _("<Enter> to exit")
screen.pushHelpLine (string.center(bottomstr, screen.width))