Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties4
-rw-r--r--org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties16
2 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
index 3bf5ad4a2..229428623 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
@@ -132,8 +132,8 @@ EngineTypeWizardPage_label=Available search engine types:
EngineDescriptorManager_errorLoading=Errors while loading user searches
EngineDescriptorManager_errorSaving=Error while saving user searches
-SearchResultsPart_showCategoriesAction_tooltip=Show result categories
-SearchResultsPart_showDescriptionAction_tooltip=Show result descriptions
+SearchResultsPart_showCategoriesAction_tooltip=Group by Categories
+SearchResultsPart_showDescriptionAction_tooltip=Show Descriptions
# Preference pages
HelpPreferencePage_message=See <a>''{0}''</a> for configuring the external browser used to display help topics.
diff --git a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
index 2383b923e..87b47cd51 100644
--- a/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
+++ b/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/WebappResources.properties
@@ -24,21 +24,21 @@ Links=Links
Bookshelf=Table of Contents
show_all=Show All Topics
filter=Filter
-show_categories=Show result categories
-show_descriptions=Show result descriptions
+show_categories=Group by Categories
+show_descriptions=Show Descriptions
Toggle=Toggle Navigation
Synch=Show in Table of Contents
SynchNav=Link with Contents
CollapseAll=Collapse All
shortSynch=Sync
Print=Print Page
-PrintMulti=Print topics
-PrintTopic=Print selected topic
-PrintToc=Print selected topic and all subtopics
+PrintMulti=Print Topics
+PrintTopic=Print Selected Topic
+PrintToc=Print Selected Topic and its Subtopics
PrintError=You must select a valid topic to print
-QuickSearchMulti=Search topics
-QuickSearchTopic=Search selected topic
-QuickSearchToc=Search selected topic and all subtopics
+QuickSearchMulti=Search Topics
+QuickSearchTopic=Search Selected Topic
+QuickSearchToc=Search Selected Topic and its Subtopics
TocHeading=Contents
Close=Close
activeScope=Scope {0}:

Back to the top