Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2016-05-18 15:15:14 +0000
committerMatthias Sohn2016-05-18 21:21:11 +0000
commit70996552e6541e25dcd16cb6d9181b5226c04d54 (patch)
tree4c98a832d69da41d7ef255c6dd9477f6e0033efc /org.eclipse.egit.ui/plugin.properties
parent0a8e9bd40f3a1209ce85f1bce1124ca0ee86b03d (diff)
downloadegit-70996552e6541e25dcd16cb6d9181b5226c04d54.tar.gz
egit-70996552e6541e25dcd16cb6d9181b5226c04d54.tar.xz
egit-70996552e6541e25dcd16cb6d9181b5226c04d54.zip
Add accelerators for "Compare With" and "Replace With" commands
Bug: 475108 Change-Id: Ic6999b7abfaedaf502699c07a56f774205a9cd5c Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 0eb5319c95..313263936b 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -179,9 +179,11 @@ HistoryViewCommandsLabel = History View Commands
HistoryViewCommands.extension.name = The history view commands
CommitViewerCommands.extension.name = The commit viewer commands
CompareCommand.name = Compare with each other
+CompareWithMenu.label= Comp&are With
CompareWithWorkTreeCommand.name = Compare with Working Tree
CompareWithCommitCommand.name = Compare with Commit...
CompareWithHistoryCommand.name = Compare with Branch, Tag or Reference...
+ReplaceWithMenu.label=Rep&lace With
ReplaceWithPreviousCommand.name = Replace with Previous Revision
OpenCommand.name = Open
CompareModeCommandParameter.name = Compare mode

Back to the top