summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-06-29 22:22:57 +0000
committerbfox <bfox>2001-06-29 22:22:57 +0000
commit7a476eca318b05a03630513a970ac699f92b41d9 (patch)
tree1f5e96d16bfc8662dcf4ed5c9a2629f6db77b27e /gui.py
parent3f4e2c58806691bc3178503f35378a2866e66565 (diff)
downloadanaconda-7a476eca318b05a03630513a970ac699f92b41d9.tar.gz
anaconda-7a476eca318b05a03630513a970ac699f92b41d9.tar.xz
anaconda-7a476eca318b05a03630513a970ac699f92b41d9.zip
Change Navigation to 'Online Help'. Fixes bug #46608
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 6a6e9a1af..30e8d979d 100755
--- a/gui.py
+++ b/gui.py
@@ -357,7 +357,7 @@ class InstallControlWindow:
# self.html.set_font_charset (locale)
self.updateStockButtons()
- self.navFrame.set_label (_("Navigation"))
+ self.navFrame.set_label (_("Online Help"))
self.installFrame.set_label (_("Language Selection"))
self.loadReleaseNotes()
@@ -705,7 +705,7 @@ class InstallControlWindow:
self.html.source ("<HTML><BODY BGCOLOR=white></BODY></HTML>")
self.html.source ("<HTML><BODY BGCOLOR=white><H1>Flight of the Navigator</h1><br>&nbsp;<br>&nbsp;<br><p>Coming soon to an anaconda near you</BODY></HTML>")
- self.navFrame = GtkFrame (_("Navigation"))
+ self.navFrame = GtkFrame (_("Online Help"))
self.box = GtkVBox (FALSE, 0)
self.box.set_spacing(0)