aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2012-12-23 02:34:28 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2012-12-23 02:34:28 +0000
commit35948ae181b2c3782faad7be7726700fa69f9a37 (patch)
treeb3569a4066651cacb7792be28372a66a95400649
parent9266d0153b3175e3b89c6c812a28375f99202782 (diff)
Changed one of the search homepage headings
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16747
-rw-r--r--search-plugin.tcl7
1 files changed, 3 insertions, 4 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 741c8ab..3dddfc9 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -801,11 +801,10 @@ proc ::dialog_helpbrowser2::intro { t } {
$t insert end " $desc\n" description
set i [expr {($i+1)%30}]
}
- $t insert end [_ "Search by Tag"] homepage_title
+ $t insert end [_ "Search by Category"] homepage_title
$t insert end "\n"
- $t insert end [_ "Many of the help documents are categorized by keyword tags. Click\
- a link below to search for documents that have been tagged with that\
- keyword."] \
+ $t insert end [_ "Many help documents are categorized using tags. Click\
+ a link below to find all documents with that tag."] \
homepage_description
$t insert end "\n"