Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2013-08-12 18:45:31 +0000
committerRobin Stocker2013-09-29 15:40:13 +0000
commit5ec71d2a4fd23d2b5a200180a2f8616c014474aa (patch)
tree2b6cbe049f4d49529bd0705b78858f51371fcf45 /org.eclipse.egit.ui/plugin.properties
parent47cb869505e1134e196b843a68ebb6f4a19cefa0 (diff)
downloadegit-5ec71d2a4fd23d2b5a200180a2f8616c014474aa.tar.gz
egit-5ec71d2a4fd23d2b5a200180a2f8616c014474aa.tar.xz
egit-5ec71d2a4fd23d2b5a200180a2f8616c014474aa.zip
Add "egit" to the preference keywords
Searching for "egit" in the preferences should show our preference pages. Change-Id: I5d30a510d22ff989b3b1bcd2abb8e519e191b481 Signed-off-by: Robin Stocker <robin@nibor.org>
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 0e106b25f5..fa10694d7c 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -62,7 +62,7 @@ ApplyPatchAction_label=Appl&y Patch...
ShowResourceInHistoryAction_label=Show in Hist&ory
CompareWithRevisionAction_label=Histor&y...
-GitKeyword_label = git
+GitKeyword_label = git egit
GitKeyword_Refresh_label = refresh
GitActions_label=Git
GitActions_description = Git commands in workbench toolbar and menu

Back to the top