Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 95749efa61..1f75a27aa2 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -291,6 +291,8 @@ SubmoduleSyncCommand.name = Sync Submodule
SubmoduleSyncCommand.label = Sync Submodule
SubmoduleAddCommand.name = Add Submodule
SubmoduleAddCommand.label = Add Submodule
+CleanCommand.name = Clean...
+CleanCommand.label = Clean...
StashCreateCommand.name = Stash Changes
StashCreateCommand.label = Stash Changes
StashApplyCommand.name = Apply Stashed Changes

Back to the top