Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roldan Betancort2010-03-16 13:23:28 +0000
committerVictor Roldan Betancort2010-03-16 13:23:28 +0000
commite257815cfc03d4221172ac176b4c79eec0c86380 (patch)
treebc77479c204429805692de01c871f556a468a54c /plugins/org.eclipse.emf.cdo.ui/src/org
parentb706f82b6d9d3d5045adc3a3824c509e02e87a70 (diff)
downloadcdo-e257815cfc03d4221172ac176b4c79eec0c86380.tar.gz
cdo-e257815cfc03d4221172ac176b4c79eec0c86380.tar.xz
cdo-e257815cfc03d4221172ac176b4c79eec0c86380.zip
- Fixed several issues described in the UI document
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/src/org')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties
index 56750b22b9..352ca6e17e 100644
--- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties
+++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties
@@ -96,8 +96,8 @@ CDOWatchListView.7=Remove all subscriptions
CDOWatchListView.8=Reset Changes
CDOWatchListView.9=Reset all change notifications from the selected subscriptions
ChangePassiveUpdateAction.1=Passive Updates
-ChangeViewTargetAction_0=Change Target
-ChangeViewTargetAction.0=Change the target CDOBranch of a CDOView
+ChangeViewTargetAction_0=Switch to Another Branch or Version
+ChangeViewTargetAction.0=Change the target CDOBranchPoint of a CDOView
CloseSessionAction.0=Close
CloseSessionAction.1=Close the CDO session
CloseSessionAction.2=You have uncommitted changes. Do you want to discard them?

Back to the top