[jbosstools-commits] JBoss Tools SVN: r17681 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 21 13:42:04 EDT 2009


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>



More information about the jbosstools-commits mailing list