Author: dgolovin
Date: 2009-09-21 13:42:04 -0400 (Mon, 21 Sep 2009)
New Revision: 17681
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
Log:
Fix description to look alike with other hibernate wizards. 'Create a ...' instead
of 'Creates a ..'
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2009-09-21
13:30:56 UTC (rev 17680)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2009-09-21
17:42:04 UTC (rev 17681)
@@ -83,7 +83,7 @@
id="org.hibernate.eclipse.console.wizards.ConsoleConfigurationCreationWizard"
name="Hibernate Console Configuration"
preferredPerspectives="org.hibernate.eclipse.console.HibernateConsolePerspective">
- <description>Creates a new Hibernate Console
Configuration</description>
+ <description>Create a new Hibernate Console
Configuration</description>
</wizard>
<wizard
canFinishEarly="false"
@@ -836,4 +836,4 @@
</colorDefinition>
</extension>
-->
-</plugin>
\ No newline at end of file
+</plugin>