Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-11-23 23:24:17 +0000
committerCode Review2011-11-23 23:24:17 +0000
commit336950907e826f995a87b31b1e17d7326c219b36 (patch)
tree2aa843405ba7057b83f775b985f18bc9c4bdd445
parentfe9444f61ca070787787406116c5bb7a8b4e4a16 (diff)
parenta7122e272dc691400ec6f81f2a88cbcec814918c (diff)
downloadegit-336950907e826f995a87b31b1e17d7326c219b36.tar.gz
egit-336950907e826f995a87b31b1e17d7326c219b36.tar.xz
egit-336950907e826f995a87b31b1e17d7326c219b36.zip
Merge "Add missing mnemonic to Delete Tag command"
-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 8d200ef832..0a02c86499 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -147,7 +147,7 @@ SynchronizeCommand = Synchronize...
ConfigurationPage.name = Configuration
CreateTagCommand = Create Tag...
-DeleteTagCommand.name = Delete Tag...
+DeleteTagCommand.name = &Delete Tag...
MergeCommand = Merge
MergeWithDialogCommand = Merge...
ResetCommand = Reset...

Back to the top