diff options
author | bfox <bfox> | 2001-01-04 17:08:46 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-01-04 17:08:46 +0000 |
commit | 0ee47bc60214c919c3c8404ad699f6fb63bed697 (patch) | |
tree | 7f8d82b9f1e564bae7a9e305750d7c519ec12495 | |
parent | 721118d704f58b3537b8af6279fdd7c43d345a84 (diff) | |
download | anaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.tar.gz anaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.tar.xz anaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.zip |
Changed the final message in reconfig mode. Fixes bug 23260
-rw-r--r-- | text.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -560,9 +560,8 @@ class ReconfigFinishedWindow: "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."), + "available at http://www.redhat.com/support/manuals/"), + [ _("OK") ], help = "reconfigfinished") return INSTALL_OK |