Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Lay2010-02-11 16:51:39 +0000
committerStefan Lay2010-02-11 16:51:39 +0000
commit642ee54f56eeb23d904d502dca498548fe8fdb34 (patch)
tree440a2f738f9d7b1d599197739a7b5458edfe4365 /org.eclipse.egit.ui/plugin.properties
parent785f95dbd9397664099300bb6f5096fcc2f202f1 (diff)
downloadegit-642ee54f56eeb23d904d502dca498548fe8fdb34.tar.gz
egit-642ee54f56eeb23d904d502dca498548fe8fdb34.tar.xz
egit-642ee54f56eeb23d904d502dca498548fe8fdb34.zip
Remove ... because no dialog opens.
The three dots are only used if a new dialog opens. Signed-off-by: Stefan Lay <stefan.lay@sap.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 3b22da0e43..e1d9331e24 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -43,7 +43,7 @@ CompareWithRevisionAction_tooltip=Compare with the resource history
CompareWithIndexAction_label=Git Index
CompareWithIndexAction_tooltip=Compare with Git's index version
-IgnoreAction_label=Add to .git&ignore...
+IgnoreAction_label=Add to .git&ignore
IgnoreAction_tooltip=Ignore the selected resources
ShowResourceInHistoryAction_label=Show in Resource History

Back to the top