summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-10 18:51:25 +0000
committerbfox <bfox>2001-01-10 18:51:25 +0000
commit75679f911ae08c74278c1b887d82701d539f79e7 (patch)
treec5de43c721f0408c0827e75ae28fb2ab8674ec6e /iw
parent0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9 (diff)
downloadanaconda-75679f911ae08c74278c1b887d82701d539f79e7.tar.gz
anaconda-75679f911ae08c74278c1b887d82701d539f79e7.tar.xz
anaconda-75679f911ae08c74278c1b887d82701d539f79e7.zip
Changed the text for reconfig congrats message. Fixes bug 23260.
Diffstat (limited to 'iw')
-rw-r--r--iw/congrats_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index db758877e..ece08804a 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -84,8 +84,8 @@ class ReconfigCongratulationWindow (InstallWindow):
"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 further configuring your system is available in the post "
- "install chapter of the Official Red Hat Linux User's Guide."))
+ "Information on further configuring your system is available in the Official "
+ "Red Hat Linux Manuals available at http://www.redhat.com/support/manuals/."))
label.set_line_wrap (TRUE)
label.set_alignment (0.0, 0.5)