Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-02-14 10:15:09 +0000
committerEike Stepper2011-02-14 10:15:09 +0000
commitcca85402a1c8768847a965c451eab8bf71e9f236 (patch)
tree4ae378164df256329b857cb27a2c5e1d8380f37e /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal
parent30a24d2432abed89e68bec689bfb64cc04a64f31 (diff)
downloadcdo-cca85402a1c8768847a965c451eab8bf71e9f236.tar.gz
cdo-cca85402a1c8768847a965c451eab8bf71e9f236.tar.xz
cdo-cca85402a1c8768847a965c451eab8bf71e9f236.zip
[336448] Switching branch in CDOSessionView does not work
https://bugs.eclipse.org/bugs/show_bug.cgi?id=336448
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
index e272219bb6..14d38c8138 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
@@ -34,7 +34,7 @@ CDOTransactionImpl.17=New conflict resolver is already associated with a transac
CDOTransactionImpl.2=This transaction has conflicts
CDOTransactionImpl.3=Save point is null
CDOTransactionImpl.4=Save point does not belong to this transaction: {0}
-CDOTransactionImpl.6=Save point is not valid: {0}
+CDOTransactionImpl.6=Save point is invalid: {0}
CDOUtil.0=Auditing not supported by repository
CDOViewImpl.0=CDO view is read-only: {0}
CDOViewImpl.1=path is empty
@@ -67,7 +67,7 @@ CDOXACommitContextImpl.0=Object should be an EObject: {0}
CDOXATransactionImpl.0=ViewSet is already attached to this XATransaction
CDOXATransactionImpl.1=ViewSet is not attached to this XATransaction
CDOXATransactionImpl.4=Committing XA transaction
-CDOXATransactionImpl.7=Save point is not valid: {0}
+CDOXATransactionImpl.7=Save point is invalid: {0}
CDOXATransactionImpl.8=Commit from CDOTransaction is not allowed
CommitTransactionPhase2Request.1=Missing informations. {0} is not involved in the commit
CommitTransactionPhase2Request.2=Missing informations. {0} is not mapped in the commit
@@ -85,7 +85,7 @@ FSMUtil.3=Legacy models not supported
FSMUtil.4=Use CDOFactory to create dynamic object:
ObjectNotFoundException.0=Object {0} not found
ObjectNotFoundException.1=Object {0} not found in branch {1} at {2}
-InvalidObjectException.0=Object {0} not valid in branch {1} at {2}
+InvalidObjectException.0=Object {0} is invalid in branch {1} at {2}
InvalidURIException.0=Invalid URI "{0}": {1}
OpenSessionRequest.0=Repository {0} not found
OpenSessionRequest.3=Failed to open session for repository {0}

Back to the top