Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-09-22 13:40:39 +0000
committerDani Megert2016-09-22 13:40:39 +0000
commitd0eedce8cea40c36f94ff74f9234e85c4cb0c6ca (patch)
tree91b41d61378666507df39efa7106c44c21e71759 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui
parent66cd3acfa963e993b9ebf6a189e5aadf8661fa29 (diff)
downloadeclipse.platform.team-d0eedce8cea40c36f94ff74f9234e85c4cb0c6ca.tar.gz
eclipse.platform.team-d0eedce8cea40c36f94ff74f9234e85c4cb0c6ca.tar.xz
eclipse.platform.team-d0eedce8cea40c36f94ff74f9234e85c4cb0c6ca.zip
Fixed bug 501823: Use "Show Revision Information" instead of "Show Annotations"Y20160922-1000
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/actions/actions.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/actions.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/actions.properties
index 974309898..3789f6c0f 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/actions.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/actions.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2016 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -68,8 +68,8 @@ IgnoreAction.tooltip=Ignore the Selected Resources when Synchronizing
ShowResourceInHistoryAction.label=Sho&w in History
ShowResourceInHistoryAction.tooltip=Show in History
-ShowAnnotationAction.label=Show &Annotation
-ShowAnnotationAction.tooltip=Show Annotation
+ShowAnnotationAction.label=&Show Revision Information
+ShowAnnotationAction.tooltip=Show Revision Information
GenerateDiffFileAction.label=Create Pa&tch...
GenerateDiffFileAction.tooltip=Compare your workspace contents with the server and generate a diff file that can be used as a patch file.

Back to the top