Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
index 71c99c56e..d236a9bdc 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
@@ -24,9 +24,9 @@ AddAction.adding=Adding...
AddAction.addIgnoredTitle=Add Ignored Resource?
AddAction.addIgnoredQuestion=One or more of the selected resources are ignored but will be added to version control anyway. Do you want to continue?
-AddToVersionControlDialog.title=Add to Version Control
-AddToVersionControlDialog.thereIsAnUnaddedResource=There is {0} resource in the selection that is not currently under version control and will not be included in the commit unless added. Should this resource be added to version control before the commit is performed?
-AddToVersionControlDialog.thereAreUnaddedResources=There are {0} resources in the selection that are not currently under version control and will not be included in the commit unless added. Should these resources be added to version control before the commit is performed?
+AddToVersionControlDialog.title=Add to CVS Version Control
+AddToVersionControlDialog.thereIsAnUnaddedResource=There is {0} resource in the selection that is not currently under CVS version control and will not be included in the commit unless added. Would you like this resource to be added to CVS control before the commit is performed?
+AddToVersionControlDialog.thereAreUnaddedResources=There are {0} resources in the selection that are not currently under CVS version control and will not be included in the commit unless added. Would you like these resources to be added to CVS control before the commit is performed?
AddToWorkspaceAction.checkoutFailed=Problems encountered performing checkout
AddToWorkspaceAction.thisResourceExists=The resource ''{0}'' already exists in the workspace. Overwrite?
@@ -413,7 +413,7 @@ OpenLogEntryAction.deleted=The selected revision represents a deletion. It canno
ReleaseCommentDialog.title=Commit
ReleaseCommentDialog.choosePrevious=Choose a &previously entered comment:
ReleaseCommentDialog.enterComment=Edit the commit &comment:
-ReleaseCommentDialog.unaddedResources=The following resources are not under version control. Select those resources to be &added.
+ReleaseCommentDialog.unaddedResources=The following selected resources will be &added to CVS version control.
ReleaseCommentDialog.selectAll=&Select All
ReleaseCommentDialog.deselectAll=D&eselect All
ReleaseCommentDialog.clearTextArea=&Reset Comment

Back to the top