Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5961fa679..b84a44556 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
@@ -59,7 +59,7 @@ CVSProvider.rename=An IO Exception occurred while renaming the state file {0}
CVSProvider.save=An IO Exception occurred while saving the state file {0}
CVSProvider.ioException=IO Exception occured on the state file
CVSProvider.errorSaving=Error saving state
-CVSProvider=errorLoading=Error Locading state
+CVSProvider.errorLoading=Error loading state
CVSProvider.infoMismatch=Provided CVS information does not match that on disk for project {0}
CVSTeamProvider.noFolderInfo=Project {0} does not contain CVS folder meta-information

Back to the top