Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml
index 807dd5c7d..72657b5a5 100644
--- a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/plugin.xml
@@ -6,11 +6,11 @@
<command
categoryId="org.eclipse.ecf.discovery.ui.userinput.commands.category"
id="org.eclipse.ecf.discovery.ui.userinput.commands.manualLookupCommand"
- name="%command.name.0">
+ name="%lookup.name">
</command>
<category
id="org.eclipse.ecf.discovery.ui.userinput.commands.category"
- name="%category.name.0">
+ name="%lookup.category">
</category>
</extension>
<extension
@@ -45,7 +45,7 @@
commandId="org.eclipse.ecf.discovery.ui.userinput.commands.manualLookupCommand"
icon="icons/manual.png"
id="org.eclipse.ecf.discovery.ui.userinput.toolbars.manualLookupCommand"
- tooltip="%lookupButtonTooltip">
+ tooltip="%lookup.tooltip">
</command>
</menuContribution>
</extension>

Back to the top