Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-11 21:44:11 +0000
committerjames2002-06-11 21:44:11 +0000
commit623badc11024e4a1efac2a6b7617abf6421e3d81 (patch)
tree64b329ddf0288e078706c6eb947b36ca1daeb50d /bundles/org.eclipse.team.cvs.ui/plugin.properties
parentf7781d208d0bcad869e35623e85f4588f79ae056 (diff)
downloadeclipse.platform.team-623badc11024e4a1efac2a6b7617abf6421e3d81.tar.gz
eclipse.platform.team-623badc11024e4a1efac2a6b7617abf6421e3d81.tar.xz
eclipse.platform.team-623badc11024e4a1efac2a6b7617abf6421e3d81.zip
19405: Mnemonic S used for both synchronize operations
18087: "Set Keyword Substitution" should be renamed?
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties
index 5f1f449dc..49e477657 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties
@@ -74,8 +74,8 @@ TagInRepositoryAction.tooltip=Tag the resources with a CVS version tag
MoveTagAction.label=Tag with &Existing...
MoveTagAction.tooltip=Tag the selected resources with an existing tag
-SetKeywordSubstitutionAction.label=Set &Keyword Substitution...
-SetKeywordSubstitutionAction.tooltip=Set Keyword Substitution for Files on CVS Server
+SetKeywordSubstitutionAction.label=C&hange ASCII/Binary Property...
+SetKeywordSubstitutionAction.tooltip=Change whether the selected resources should be treated as ASCII or binary on the CVS Server
DefineBranchAction.label=&Define Branch Tag...
DefineBranchAction.tooltip=Define a Branch Tag that Exists on CVS Server
@@ -122,7 +122,7 @@ RefreshFromLocal.tooltip=Refresh the workbench with changes made to CVS projects
Synchronize.label=&Synchronize with Repository...
Synchronize.tooltip=Synchronize the workspace resources with those in the repository
-SynchronizeOutgoing.label=&Synchronize Outgoing Changes...
+SynchronizeOutgoing.label=S&ynchronize Outgoing Changes...
SynchronizeOutgoing.tooltip=Synchronize the outgoing changes with the repository
viewCategory=&CVS

Back to the top