Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-05-19 19:10:13 +0000
committerjames2002-05-19 19:10:13 +0000
commit521e4801b0e2740d5d2be8c32ffff9db5996eb01 (patch)
tree562328afb5f40e8cdfa3c393274fc41ebd60a0c0 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui
parent53532c07103caebd06e3741578cb09833a7bbb69 (diff)
downloadeclipse.platform.team-521e4801b0e2740d5d2be8c32ffff9db5996eb01.tar.gz
eclipse.platform.team-521e4801b0e2740d5d2be8c32ffff9db5996eb01.tar.xz
eclipse.platform.team-521e4801b0e2740d5d2be8c32ffff9db5996eb01.zip
15994: "Confirm Merge" ambiguous?
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties10
1 files changed, 4 insertions, 6 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 75a25af31..117728ef6 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
@@ -70,10 +70,10 @@ CVSCatchupReleaseViewer.noRepositoryFile=No repository file
CVSCatchupReleaseViewer.repositoryFile=Repository file: {0}
CVSCatchupReleaseViewer.repositoryFileRevision=Repository file: {0} {1} [{2}]
CVSCatchupReleaseViewer.workspaceFile=Workspace file: {0}
-CVSCatchupReleaseViewer.showInHistory=Show in Resource History
+CVSCatchupReleaseViewer.showInHistory=Show in &Resource History
CVSCatchupReleaseViewer.fileDecoration={0} ({1})
CVSCatchupReleaseViewer.folderDecoration={0} {1}
-CVSCatchupReleaseViewer.confirmMerge=C&onfirm Merge
+CVSCatchupReleaseViewer.confirmMerge=&Mark as Merged
CVSCatchupReleaseViewer.addAction=&Add to Version Control
CVSCompareEditorInput.branchLabel=<branch-{0}>
@@ -194,10 +194,8 @@ CVSRepositoryLocationPropertySource.root=Root
CVSRepositoryLocationPropertySource.method=Connection Method
CVSSyncCompareInput.confirmMergeMessageTitle=Information
-CVSSyncCompareInput.confirmMergeMessage=Your changes have been saved. You can continue merging the file \
- and saving the changes. When when you are finished \
- select it from the Structure Compare and select 'Confirm Merge' to make this \
- file an outgoing change.
+CVSSyncCompareInput.confirmMergeMessage=Your changes have been saved. When when you are finished, \
+ select 'Mark as Merged' to make this file an outgoing change.
CVSUIPlugin.refreshTitle=Refresh Resource?
CVSUIPlugin.refreshQuestion={0} Would you like to refresh resource ''{1}''?

Back to the top