From e14dcd5b4bd60cecef86bd17c682867ed036e7d5 Mon Sep 17 00:00:00 2001 From: slewis Date: Thu, 14 Jun 2007 05:57:06 +0000 Subject: Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=192573 --- .../ecf/internal/example/collab/actions/OpenSharedEditorAction.java | 2 +- .../src/org/eclipse/ecf/internal/example/collab/ui/LineChatView.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/actions/OpenSharedEditorAction.java b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/actions/OpenSharedEditorAction.java index 53df91038..160b1aa25 100644 --- a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/actions/OpenSharedEditorAction.java +++ b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/actions/OpenSharedEditorAction.java @@ -57,7 +57,7 @@ public class OpenSharedEditorAction implements IObjectActionDelegate { "Project Not Connected to Collaboration Group", "Project '" + project.getName() - + "' not connected to any collaboration group. To connect, open context menu for resource and choose ECF->Join ECF Collaboration..."); + + "' not connected to any collaboration session. To connect project, open context menu for project and choose Communications->Connect Project to Collaboration Group..."); return; } EclipseCollabSharedObject collabsharedobject = entry.getSharedObject(); diff --git a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/ui/LineChatView.java b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/ui/LineChatView.java index 1c79d44ce..0d699759a 100644 --- a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/ui/LineChatView.java +++ b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/ui/LineChatView.java @@ -31,7 +31,7 @@ public class LineChatView extends ViewPart { public static final String VIEW_ID = "org.eclipse.ecf.internal.example.collab.ui.LineChatView"; //$NON-NLS-1$ // The single view - private static final String COLLABORATION_PROJECTS_ARE_NOT_AVAILABLE_ = "No resource collaboration sessions joined.\n\nTo join a resource collaboration, select a resource in either the Navigator or Package Explorer view,\nright-click to open context menu for resource, choose ECF menu, and choose 'Connect Project...'."; + private static final String COLLABORATION_PROJECTS_ARE_NOT_AVAILABLE_ = "No collaboration sessions joined.\n\nTo join a project-specific collaboration session, select a project in either the Navigator or Package Explorer view,\nright-click to open context menu for project, choose ECF menu, and choose 'Communications->Connect Project to Collaboration Group...'."; static protected LineChatView singleton = null; static protected Hashtable clientViews = new Hashtable(); -- cgit v1.2.3