Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-01-06 15:11:28 +0000
committerslewis2010-01-06 15:11:28 +0000
commit63afea0e52cb927cbc88a180c1ce1fce21ef1421 (patch)
treecc1d59ee63612d00f8622f957b1a6971ad9f3a1b /examples
parentf4d7fb0a017bc235da887c6e20ed52d780ef70b3 (diff)
downloadorg.eclipse.ecf-63afea0e52cb927cbc88a180c1ce1fce21ef1421.tar.gz
org.eclipse.ecf-63afea0e52cb927cbc88a180c1ce1fce21ef1421.tar.xz
org.eclipse.ecf-63afea0e52cb927cbc88a180c1ce1fce21ef1421.zip
Fix for bug 298945
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/plugin.properties b/examples/bundles/org.eclipse.ecf.example.collab/plugin.properties
index e08a8316f..ba4c2033f 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/plugin.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/plugin.properties
@@ -11,8 +11,8 @@ plugin.provider = Eclipse.org - ECF
perspective.name = Communications
-connectionToProvider.name = Connect to Provider
-connectionToProvider.tooltip = Connect to Provider
+connectionToProvider.name = Connect to IM Provider
+connectionToProvider.tooltip = Connect to IM Provider
ShareHyperlinkDetector=Collaboration Example
view.name.Collaboration = Collaboration
@@ -23,6 +23,6 @@ texteditor.action.tooltip.Share_Selection = Share Selection to Remotes
javaeditor.action.label.Share_Selection = Share Selection
javaeditor.action.tooltip.Share_Selection = Share Selection to Remotes
actionSet.label.Communications = Communications
-action.label.Connect_Workspace_to_Collaboration_Group = Connect Workspace to Collaboration Group...
-action.tooltip.Connect_Workspace_to_Collaboration_Group = Connect Workspace to Collaboration Group
+action.label.Connect_Workspace_to_Collaboration_Group = Connect to ECF Generic Collaboration Group...
+action.tooltip.Connect_Workspace_to_Collaboration_Group = Connect to ECF Generic Collaboration Group
hyperlinkDetector.name.ECF_Generic = ECF Generic \ No newline at end of file

Back to the top