Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blewitt2011-02-12 16:22:21 +0000
committerAlex Blewitt2011-02-12 16:24:24 +0000
commit239c40b7906767ad7fc4aa4b0267d6f99e7b0a9c (patch)
treeaa84eb5e61a759b88dd117a2176d83e9c96b65f2
parent41c89d1e28712d34add7550917e8723be3f5d4a5 (diff)
downloadegit-239c40b7906767ad7fc4aa4b0267d6f99e7b0a9c.tar.gz
egit-239c40b7906767ad7fc4aa4b0267d6f99e7b0a9c.tar.xz
egit-239c40b7906767ad7fc4aa4b0267d6f99e7b0a9c.zip
Fixed case on Fetch From Gerrit
-rw-r--r--org.eclipse.egit.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index d10995c405..7b647bb373 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -246,5 +246,5 @@ ConfigureFetchFromUpstreamCommand.label = Configure F&etch from Upstream...
ConfigurePushToUpstreamCommand.label = Configure P&ush to Upstream...
CommitMessageProviderExtension-point.name = CommitMessageProvider
-FetchFromGerritCommand.name = Fetch from Gerrit
-FetchFromGerritCommand.label = Fetch from &Gerrit... \ No newline at end of file
+FetchFromGerritCommand.name = Fetch From Gerrit
+FetchFromGerritCommand.label = Fetch From &Gerrit...

Back to the top