summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-04 17:08:46 +0000
committerbfox <bfox>2001-01-04 17:08:46 +0000
commit0ee47bc60214c919c3c8404ad699f6fb63bed697 (patch)
tree7f8d82b9f1e564bae7a9e305750d7c519ec12495
parent721118d704f58b3537b8af6279fdd7c43d345a84 (diff)
downloadanaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.tar.gz
anaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.tar.xz
anaconda-0ee47bc60214c919c3c8404ad699f6fb63bed697.zip
Changed the final message in reconfig mode. Fixes bug 23260
-rw-r--r--text.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/text.py b/text.py
index 4a5940d5d..e541c1d1a 100644
--- a/text.py
+++ b/text.py
@@ -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