summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()