Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-08-23 15:40:33 +0000
committerChris Aniszczyk2010-08-23 16:39:37 +0000
commitb19756872050dc22cd883b37daa2bb4493820a80 (patch)
tree5867f35931d38a2a20d15a5213fb844802989c80 /org.eclipse.egit.ui/plugin.properties
parentd28a02e08aa302e11268a34c9785019c4d770262 (diff)
downloadegit-b19756872050dc22cd883b37daa2bb4493820a80.tar.gz
egit-b19756872050dc22cd883b37daa2bb4493820a80.tar.xz
egit-b19756872050dc22cd883b37daa2bb4493820a80.zip
Support Repository Deletion
Bug: 297668 Change-Id: Ice562d007d71dd1f3493f3ae748ec5ba21e6330a Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 57dcd85655..d3f7e6a35e 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -169,4 +169,6 @@ ShowInHistoryCommand.name = Show in History
ShowRepoViewCommand.name = Show Git Repositories View
ApplyPatchCommand.name = Apply Patch
CheckoutCommand.name = Checkout
-ChangeSetModel.name = Git Change Set \ No newline at end of file
+ChangeSetModel.name = Git Change Set
+RepoViewDeleteRepository.label = &Delete Repository...
+DeleteRepositoryCommand.name = Delete Repository \ No newline at end of file

Back to the top