summaryrefslogtreecommitdiffstats
path: root/text.py
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 /text.py
parent3e02cae4b9bc55433b65632235f17e93c14728d2 (diff)
downloadanaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.tar.gz
anaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.tar.xz
anaconda-dd85646070eb1c3d9d9c255b32e1219d83d70d95.zip
updated text
Diffstat (limited to 'text.py')
-rw-r--r--text.py13
1 files changed, 7 insertions, 6 deletions
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()