changeset 34:e150721e4d19

Use consistent names for wizards Make the names for 'new' wizards distinct from each other and more consistent with names used by existing wizards.
author Omair Majid <omajid@redhat.com>
date Thu, 05 Dec 2013 15:24:40 -0500
parents 52bb6f618d78
children d5e3a71b8390
files plugin.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugin.xml	Thu Dec 05 15:21:35 2013 -0500
+++ b/plugin.xml	Thu Dec 05 15:24:40 2013 -0500
@@ -24,7 +24,7 @@
             id="Thermostat-Plugin">
       </category>
       <wizard
-            name="Thermostat Plugin"
+            name="Thermostat Plugin Projects"
             icon="icons/thermostat.png"
             category="Thermostat-Plugin"
             class="com.redhat.thermostat.plugin.eclipse.wizards.ThermostatProjectCreationWizard"
@@ -35,7 +35,7 @@
             class="com.redhat.thermostat.plugin.eclipse.wizards.PluginXmlCreationWizard"
             icon="icons/thermostat.png"
             id="com.redhat.thermostat.plugin.eclipse.wizards.PluginXmlCreationWizard"
-            name="Create Thermostat Plugin"
+            name="Thermostat Plugin Descriptor"
             project="false">
       </wizard>
    </extension>