summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-11 22:50:11 +0000
committerMatt Wilson <msw@redhat.com>2000-01-11 22:50:11 +0000
commitdd85646070eb1c3d9d9c255b32e1219d83d70d95 (patch)
treede06f1281ba16f45c87dae09aeb0d4646a6cbbc5
parent3e02cae4b9bc55433b65632235f17e93c14728d2 (diff)
downloadanaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.tar.gz
anaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.tar.xz
anaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.zip
updated text
-rw-r--r--iw/congrats.py18
-rw-r--r--text.py13
2 files changed, 18 insertions, 13 deletions
diff --git a/iw/congrats.py b/iw/congrats.py
index 5a1d5af23..ae90fdfbd 100644
--- a/iw/congrats.py
+++ b/iw/congrats.py
@@ -28,13 +28,17 @@ class CongratulationWindow (InstallWindow):
a.set (0.5, 0.5, 1.0, 1.0)
hbox.pack_start (a, FALSE)
- label = GtkLabel(_("Congratulations, installation is complete.\n\n"
- "Remove the boot media and "
- "press return to reboot. For information on fixes which are "
- "available for this release of Red Hat Linux, consult the "
- "Errata available from http://www.redhat.com.\n\n"
- "Information on configuring your system is available in the post "
- "install chapter of the Official Red Hat Linux User's Guide."))
+ label = GtkLabel(
+ _("Congratulations, installation is complete.\n\n"
+ "Press return to reboot, and be sure to remove your "
+ "boot medium as the system reboots, or your system "
+ "will rerun the install. For information on fixes which "
+ "are available for this release of Red Hat Linux, "
+ "consult the "
+ "Errata available from http://www.redhat.com/errata.\n\n"
+ "Information on configuring and using your Red Hat "
+ "Linux system is contained in the Red Hat Linux "
+ "manuals."))
label.set_line_wrap (TRUE)
label.set_alignment (0.0, 0.5)
diff --git a/text.py b/text.py
index 702627863..752b0c6bc 100644
--- a/text.py
+++ b/text.py
@@ -661,14 +661,15 @@ class FinishedWindow:
if not todo.reconfigOnly:
rc = ButtonChoiceWindow (screen, _("Complete"),
_("Congratulations, installation is complete.\n\n"
- "Remove the boot media and "
- "press return to reboot. For information on fixes which "
+ "Press return to reboot, and be sure to remove your "
+ "boot medium as the system reboots, or your system "
+ "will rerun the install. For information on fixes which "
"are available for this release of Red Hat Linux, "
"consult the "
- "Errata available from http://www.redhat.com.\n\n"
- "Information on configuring your system is available "
- "in the post install chapter of the Official Red Hat "
- "Linux User's Guide."),
+ "Errata available from http://www.redhat.com/errata.\n\n"
+ "Information on configuring and using your Red Hat "
+ "Linux system is contained in the Red Hat Linux "
+ "manuals."),
[ _("OK") ])
else:
todo.writeConfiguration()