Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text.quicksearch/plugin.xml')
-rw-r--r--org.eclipse.text.quicksearch/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.text.quicksearch/plugin.xml b/org.eclipse.text.quicksearch/plugin.xml
index 6570905c1f7..2ea1d412383 100644
--- a/org.eclipse.text.quicksearch/plugin.xml
+++ b/org.eclipse.text.quicksearch/plugin.xml
@@ -17,11 +17,11 @@
<extension
point="org.eclipse.ui.commands">
<category
- name="Quick Search Category"
+ name="Quick Search"
id="org.eclipse.text.quicksearch.commands.category">
</category>
<command
- name="Quick Search Command"
+ name="Quick Search"
categoryId="org.eclipse.text.quicksearch.commands.category"
id="org.eclipse.text.quicksearch.commands.quicksearchCommand">
</command>
@@ -36,7 +36,7 @@
point="org.eclipse.ui.actionSets">
<actionSet
- label="Quick Search ActionSet"
+ label="Quick Search"
visible="true"
id="org.eclipse.text.quicksearch.actionSet">
@@ -65,9 +65,9 @@
id="org.eclipse.text.quicksearch.commands.quicksearchAction"
class="org.eclipse.text.quicksearch.internal.ui.QuickSearchAction"
definitionId="org.eclipse.text.quicksearch.commands.quicksearchCommand"
- label="Quick Search"
+ label="Quick Search..."
menubarPath="org.eclipse.search.menu/extraSearchGroup"
- tooltip="Search for Text pattern in the workspace">
+ tooltip="Search for a text pattern in the workspace">
</action>
</actionSet>
</extension>

Back to the top