diff options
author | bfox <bfox> | 2001-06-29 22:22:57 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-06-29 22:22:57 +0000 |
commit | 7a476eca318b05a03630513a970ac699f92b41d9 (patch) | |
tree | 1f5e96d16bfc8662dcf4ed5c9a2629f6db77b27e /gui.py | |
parent | 3f4e2c58806691bc3178503f35378a2866e66565 (diff) | |
download | anaconda-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-x | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> <br> <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) |