Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-11-11 15:21:19 +0000
committerslewis2009-11-11 15:21:19 +0000
commita4c12a66fd00736cd5da6b9d96a09d37fd6b014b (patch)
tree3514ea4488d7474b1170eeb5171535c2c4d5155e /examples/bundles/org.eclipse.ecf.example.collab
parent13f6a246c4138d2943c91ecbf956ff5c969a26e1 (diff)
downloadorg.eclipse.ecf-a4c12a66fd00736cd5da6b9d96a09d37fd6b014b.tar.gz
org.eclipse.ecf-a4c12a66fd00736cd5da6b9d96a09d37fd6b014b.tar.xz
org.eclipse.ecf-a4c12a66fd00736cd5da6b9d96a09d37fd6b014b.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=294875v20091111-0810
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/messages.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/messages.properties b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/messages.properties
index 727233043..5295b7e72 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/messages.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/internal/example/collab/messages.properties
@@ -59,11 +59,11 @@ LineChatClientView_SEND_COMPLETED=\tSend of {0} completed
LineChatClientView_SENDING_FILE=\tSending {0}
LineChatClientView_TYPING={0} is typing...
LineChatView_EXCEPTION_VIEW_NOT_INITIALIZED=View not initialized
-LineChatView_NO_CONNECT_MESSAGE=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, and choose Communications->Connect Project to Collaboration Group...
-OpenSharedEditorAction_DIALOG_NOT_CONNECTED_TEXT=Project {0} not connected to any collaboration session. To connect project, open context menu for project and choose Communications->Connect Project to Collaboration Group...
-OpenSharedEditorAction_DIALOG_NOT_CONNECTED_TITLE=Project Not Connected to Collaboration Group
-SetSharedEditorSelectionAction_DIALOG_NOT_CONNECTED_TEXT=Not connected to any collaboration group. To connect, open Collaboration View
-SetSharedEditorSelectionAction_DIALOG_NOT_CONNECTED_TITLE=Not Connected to Collaboration Session
+LineChatView_NO_CONNECT_MESSAGE=No collaboration sessions joined.\n\nTo join a project-specific collaboration session, switch to the Communications perspective and select the collaboration item in toolbar.\nYou may also customize other perspectives by adding the Collaboration command group to the perspective.
+OpenSharedEditorAction_DIALOG_NOT_CONNECTED_TEXT=Project {0} not connected to any collaboration session.
+OpenSharedEditorAction_DIALOG_NOT_CONNECTED_TITLE=Project not connected to collaboration session
+SetSharedEditorSelectionAction_DIALOG_NOT_CONNECTED_TEXT=Not connected to any collaboration session. To connect, switch to the Communications perspective and select to collaboration toolbar item.
+SetSharedEditorSelectionAction_DIALOG_NOT_CONNECTED_TITLE=Not connected to collaboration session
SharedObjectContainerUI_LANGUAGE_LABEL=Language
SharedObjectContainerUI_OS_LABEL=OS
SharedObjectContainerUI_PROJECT_LABEL=Project

Back to the top