Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-08-26 07:29:12 +0000
committerMatthias Sohn2018-09-01 23:21:53 +0000
commit1d62358947c3fb2298851712d60fc48a54d2581e (patch)
tree51ffef0e2c49d3165471dde4a382a08c86b3febe /org.eclipse.egit.ui/plugin.properties
parent8981e6c0cdab0ba5c4a6711cf9c0a603cb7854e0 (diff)
downloadegit-1d62358947c3fb2298851712d60fc48a54d2581e.tar.gz
egit-1d62358947c3fb2298851712d60fc48a54d2581e.tar.xz
egit-1d62358947c3fb2298851712d60fc48a54d2581e.zip
Reorder reflog view context menu
* put open in commit viewer to top and have a separator afterwards, since that is the default action * use "Check Out" instead of "Checkout" as in other places Change-Id: I5d04e149e55bdcfddbb36897c2c81fb6653f0084 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 680ea746fc..5af78c24ee 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -396,7 +396,7 @@ Examples:\
ReflogView = Git Reflog
ShowIn = Show In
-RefLogViewCheckout.label = C&heckout
+RefLogViewCheckout.label = C&heck Out
RefLogViewOpenInCommitViewer.label = &Open in Commit Viewer
RepositoryConfigPropertyPage = Configuration
RepositoryStatisticsPage = Statistics

Back to the top