Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-02-15 19:37:31 +0000
committerMichael Valenta2002-02-15 19:37:31 +0000
commit2a7a05f5aa8032781758fd77a33e53b3bc13e01d (patch)
tree3a33d3c2a0470bbe7775131057d5b2c183f1a0cc
parentc2872e8952ff28b4730799454c3eba983f03988d (diff)
downloadeclipse.platform.team-2a7a05f5aa8032781758fd77a33e53b3bc13e01d.tar.gz
eclipse.platform.team-2a7a05f5aa8032781758fd77a33e53b3bc13e01d.tar.xz
eclipse.platform.team-2a7a05f5aa8032781758fd77a33e53b3bc13e01d.zip
9926: Typo in connect to repo progress dialog
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
index aa9d2eb41..811a10e09 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
@@ -139,7 +139,7 @@ CVSRepositoryLocation.invalidFormat=Invalid CVS repository location format: {0}
CVSRepositoryLocation.authenticationCanceled=Authentication canceled by user
CVSRepositoryLocation.errorCaching=Error occurred while saving password for {0}
CVSRepositoryLocation.errorFlushing=Error occurred while flushing password for {0}
-CVSRepositoryLocation.openingConnection=Openingconnection to {0}
+CVSRepositoryLocation.openingConnection=Opening connection to {0}
CVSRepositoryLocation.usernameRequired=A username is required to make a connection
ProjectDescriptionContentHandler.xml=Error parsing project description file

Back to the top