Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-09-02 13:21:04 +0000
committerrsuen2007-09-02 13:21:04 +0000
commit17405b1f248cdf2e0ad40ea057ceea282f79fcf4 (patch)
tree798000d06e1e4bd3148e7ca50a410a06ca9dd050 /examples/bundles/org.eclipse.ecf.example.collab
parent2a3e40346ead0ba1fb40ef10d3cd919c75e8dc50 (diff)
downloadorg.eclipse.ecf-17405b1f248cdf2e0ad40ea057ceea282f79fcf4.tar.gz
org.eclipse.ecf-17405b1f248cdf2e0ad40ea057ceea282f79fcf4.tar.xz
org.eclipse.ecf-17405b1f248cdf2e0ad40ea057ceea282f79fcf4.zip
Externalize the string properly.
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
index 4dbc9ccfe..a5ec55c00 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.xml
@@ -143,7 +143,7 @@
label="%connectionToProvider.name"
style="pulldown"
toolbarPath="org.eclipse.ecf.ui.collaboration"
- tooltip="connectionToProvider.tooltip">
+ tooltip="%connectionToProvider.tooltip">
</action>
</actionSet>
</extension>

Back to the top