Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hermann2014-05-08 14:41:28 +0000
committerAndreas Hermann2014-05-22 07:56:59 +0000
commit0a41e638df13b093aefe2fec3e4b685c0ac96ba8 (patch)
tree75e44debe0ff3661410765ba25f535b89460c8fb /org.eclipse.egit.ui/plugin.properties
parent5463421e94ed9fa93749fb3437e5153780e7dc12 (diff)
downloadegit-0a41e638df13b093aefe2fec3e4b685c0ac96ba8.tar.gz
egit-0a41e638df13b093aefe2fec3e4b685c0ac96ba8.tar.xz
egit-0a41e638df13b093aefe2fec3e4b685c0ac96ba8.zip
Add a flag in the StashCreateDialog to include untracked changes
This allows to stash everything away in order to clean the workspace. Bug: 434429 JGit-Dependency: I2af784deb0c2320bb57bc4fd472a8daad8674e7d Change-Id: I19e149e403a95c65da8442d8973284e1b428da57 Signed-off-by: Andreas Hermann <a.v.hermann@gmail.com>
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 18efee32ac..ef18435f4b 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -312,7 +312,7 @@ SubmoduleAddCommand.label = Add Submodule...
CleanCommand.name = Clean...
CleanCommand.label = C&lean...
StashCreateCommand.name = Stash Changes
-StashCreateCommand.label = Stash Changes
+StashCreateCommand.label = Stash Changes...
StashApplyCommand.name = Apply Stashed Changes
StashApplyCommand.label = Apply Stashed Changes
StashDropCommand.name = Delete Stashed Commit...

Back to the top