aboutsummaryrefslogtreecommitdiff
path: root/search-plugin.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'search-plugin.tcl')
-rw-r--r--search-plugin.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 23c28c0..68a903f 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -1077,7 +1077,7 @@ proc ::dialog_helpbrowser2::get_info {xpos ypos mytoplevel} {
set mymenu .menubar.help
set inserthere [$mymenu index [_ "Report a bug"]]
$mymenu insert $inserthere separator
- $mymenu insert $inserthere command -label [_ "Browser2.0"] \
+ $mymenu insert $inserthere command -label [_ "Search"] \
-command {::dialog_helpbrowser2::open_helpbrowser .helpbrowser2}
bind all <$::modifier-Key-h> \
{::dialog_helpbrowser2::open_helpbrowser .helpbrowser2}