diff options
author | bfox <bfox> | 2001-01-10 18:51:25 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-01-10 18:51:25 +0000 |
commit | 75679f911ae08c74278c1b887d82701d539f79e7 (patch) | |
tree | c5de43c721f0408c0827e75ae28fb2ab8674ec6e /iw/congrats_gui.py | |
parent | 0a9e0624746fa456df3215b6b2e1b6b7f5c6b3d9 (diff) | |
download | anaconda-75679f911ae08c74278c1b887d82701d539f79e7.tar.gz anaconda-75679f911ae08c74278c1b887d82701d539f79e7.tar.xz anaconda-75679f911ae08c74278c1b887d82701d539f79e7.zip |
Changed the text for reconfig congrats message. Fixes bug 23260.
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r-- | iw/congrats_gui.py | 4 |
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) |