Bug 509562 - Improve templates names to be more descriptive

Change-Id: Ia178c62f6d83cc2d8b72c027cd781988c16be28c
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/ui/org.eclipse.pde.ui.templates/plugin.properties b/ui/org.eclipse.pde.ui.templates/plugin.properties
index a7e5829..bec6c29 100644
--- a/ui/org.eclipse.pde.ui.templates/plugin.properties
+++ b/ui/org.eclipse.pde.ui.templates/plugin.properties
@@ -40,7 +40,7 @@
 <p><b>Extension Used</b></p>\
 <li>org.eclipse.ui.propertyPages</li>
 
-pluginContent.editor.name = Editor
+pluginContent.editor.name = Editor contribution for XML files
 pluginContent.editor.description=\
 <p>This wizard creates standard plug-in directory structure and \
 adds the following:</p>\
@@ -48,7 +48,7 @@
 <p><b>Extension Used</b></p>\
 <li>org.eclipse.ui.editors</li>
 
-pluginContent.extensibleEditor.name = Generic editor extension with .target file
+pluginContent.extensibleEditor.name = Generic editor extension for .target file
 pluginContent.extensibleEditor.description=\
 <p>This wizard creates standard plug-in directory structure and \
 adds the following:</p>\
@@ -56,7 +56,7 @@
 <p><b>Extension Used</b></p>\
 <li>org.eclipse.ui.genericeditor.presentationReconcilers</li>
 
-pluginContent.view.name = View
+pluginContent.view.name = View contribution using 3.x API
 pluginContent.view.description=\
 <p>This wizard creates standard plug-in directory structure and \
 adds the following:</p>\
@@ -248,7 +248,7 @@
 
 template.builder.name = Incremental Builder
 
-template.view.name = View
+template.view.name = Example view extension
 template.view.desc = This template creates a workbench view. \
 The view is contributed to the workbench by \
 creating a category. The view can be opened by selecting \
@@ -344,7 +344,7 @@
 <p><b>Extensions Used</b></p>\
 <li>org.eclipse.core.runtime.products</li>
 
-pluginContent.e4View.name = Eclipse view contribution using e4 API
+pluginContent.e4View.name = View contribution using 4.x API
 pluginContent.e4View.description=\
 <p>This template creates an Eclipse 4 plugin with a model application fragment containing a SWT view (in PartDescriptors).</p>\
 <p>It uses the standard xpath:/ notation to add this view in any application model.</p>\
@@ -354,7 +354,7 @@
 <p><b>Extensions Used</b></p>\
 <li>org.eclipse.e4.workbench.model</li>
 
-pluginContent.e4Handler.name = Eclipse menu contribution using e4 API
+pluginContent.e4Handler.name = Menu contribution using 4.x API
 pluginContent.e4Handler.description=\
 <p>This template creates an Eclipse 4 plugin with a model application fragment containing :</p>\
 <li>a 'Hello world' command</li>\