diff options
author | Dani Megert | 2016-09-22 09:40:39 -0400 |
---|---|---|
committer | Dani Megert | 2016-09-22 09:40:39 -0400 |
commit | d0eedce8cea40c36f94ff74f9234e85c4cb0c6ca (patch) | |
tree | 91b41d61378666507df39efa7106c44c21e71759 | |
parent | 66cd3acfa963e993b9ebf6a189e5aadf8661fa29 (diff) | |
download | eclipse.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
-rw-r--r-- | bundles/org.eclipse.team.cvs.ui/plugin.properties | 8 | ||||
-rw-r--r-- | bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/actions.properties | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.properties b/bundles/org.eclipse.team.cvs.ui/plugin.properties index bece733cf..e4e80f7ec 100644 --- a/bundles/org.eclipse.team.cvs.ui/plugin.properties +++ b/bundles/org.eclipse.team.cvs.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2014 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 @@ -175,9 +175,9 @@ ShowHistoryAction.label=Show &History ShowHistoryAction.name=Show History ShowHistoryAction.tooltip=Show History -ShowAnnotationAction.label=Show &Annotation -ShowAnnotationAction.name=Show Annotation -ShowAnnotationAction.tooltip=Show Annotation +ShowAnnotationAction.label=&Show Revision Information +ShowAnnotationAction.name=Show Revision Information +ShowAnnotationAction.tooltip=Show Revision Information GenerateDiff.label=Create &Patch... GenerateDiff.name=Create Patch 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. |