summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-09 15:39:21 +0000
committerMike Fulbright <msf@redhat.com>2001-07-09 15:39:21 +0000
commit9c286511406361ed88e95ff8ae3bb149e2ca2914 (patch)
tree0ea39fb3d2e876d3257fd4aa3068dee790d06dae /textw
parent4674bfaa33bd19f3e0681888c7086582d327349a (diff)
downloadanaconda-9c286511406361ed88e95ff8ae3bb149e2ca2914.tar.gz
anaconda-9c286511406361ed88e95ff8ae3bb149e2ca2914.tar.xz
anaconda-9c286511406361ed88e95ff8ae3bb149e2ca2914.zip
fixup contrats messages
Diffstat (limited to 'textw')
-rw-r--r--textw/complete_text.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index 4d1dbe45a..ae0efa5ad 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -30,8 +30,9 @@ class FinishedWindow:
"system, insert it before you press <Enter> to reboot.\n\n"
"For information on errata (updates and bug fixes), visit "
"http://www.redhat.com/errata.\n\n"
- "Information on using and configuring your "
- "system is available in the Red Hat Linux manuals."),
+ "Information on using your "
+ "system is available in the Red Hat Linux manuals at "
+ "http://www.redhat.com/support/manuals."),
[ _("OK") ], help = "finished", width=60)
return INSTALL_OK
@@ -46,8 +47,9 @@ class ReconfigFinishedWindow:
_("Congratulations, configuration is complete.\n\n"
"For information on errata (updates and bug fixes), visit "
"http://www.redhat.com/errata.\n\n"
- "Information on using and configuring your "
- "system is available in the Red Hat Linux manuals."),
+ "Information on using your "
+ "system is available in the Red Hat Linux manuals."
+ "http://www.redhat.com/support/manuals."),
[ _("OK") ], help = "reconfigfinished")
return INSTALL_OK