Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Voormann2014-02-11 12:20:47 +0000
committerHolger Voormann2014-02-11 12:20:47 +0000
commit46a1d67408ba0d6af562bba2eecccb0f427df746 (patch)
tree0a993f3f20ab77430c77fc5d91322506fd0d25a0 /org.eclipse.help.ui
parent9c01151b9d6be71d542ed8cb103187dcc91a398e (diff)
downloadeclipse.platform.ua-46a1d67408ba0d6af562bba2eecccb0f427df746.tar.gz
eclipse.platform.ua-46a1d67408ba0d6af562bba2eecccb0f427df746.tar.xz
eclipse.platform.ua-46a1d67408ba0d6af562bba2eecccb0f427df746.zip
Bug 365852 - [Help][Webapp] Tooltips wording: "Group by Categories"I20140218-0800
instead of "Show result categories" etc. "Show result categories" implies that only additional information will be displayed and the search results order is not affected (just as well as with "Show result descriptions"). But this is not true. Indeed, "Show result categories" is a kind of grouping which changes the order of the search results. Furthermore, in the "Search Results" view/tab the word "result" is not required, for instance "Show result descriptions" should be "Show descriptions". Generally, in tooltips of toolbar buttons each word starts with an upper case letter, for instance "Print topics" should be "Print Topics". Proposed changes: "Show result categories" => "Group by Categories" "Show result descriptions" => "Show Descriptions" "Print topics" => "Print Topics" "Print selected topic" => "Print Selected Topic" "Print selected topic and all subtopics" => "Print Selected Topic and its Subtopics" "Search topics" => "Search Topics" "Search selected topic" => "Search Selected Topic" "Search selected topic and all subtopics" => "Search Selected Topic and its Subtopics" Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=365852 Signed-off-by: Holger Voormann <eclipse@voormann.de>
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties4
1 files changed, 2 insertions, 2 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.

Back to the top