Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-05-16 08:20:51 +0000
committerDani Megert2017-05-16 08:21:46 +0000
commita168a711e19949bfe7963b91c382146bc10887c6 (patch)
tree913cdf9c22a0b5a81e7acfcc684de91af4658bdf
parent09a62775abf126886acce66c5aec7c378c73fdd8 (diff)
downloadeclipse.platform.text-a168a711e19949bfe7963b91c382146bc10887c6.tar.gz
eclipse.platform.text-a168a711e19949bfe7963b91c382146bc10887c6.tar.xz
eclipse.platform.text-a168a711e19949bfe7963b91c382146bc10887c6.zip
Fixed typoI20170516-0800
-rw-r--r--org.eclipse.ui.genericeditor/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.genericeditor/plugin.properties b/org.eclipse.ui.genericeditor/plugin.properties
index bd3108c9849..e7204f733f1 100644
--- a/org.eclipse.ui.genericeditor/plugin.properties
+++ b/org.eclipse.ui.genericeditor/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2016 Red Hat Inc. and others
+# Copyright (c) 2016, 2017 Red Hat Inc. and others
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,7 +10,7 @@
###############################################################################
genericEditor_name=Generic Text Editor
ExtPoint.presentationReconciliers=Presentation Reconciliers
-ExtPoint.hoverProvider= Hover Providers
+ExtPoint.hoverProviders= Hover Providers
ExtPoint.contentAssistProcessors=Content Assist Providers
openDeclarationCommand_name=Open Declaration
context_name=in Generic Code Editor

Back to the top