Author: fbricon
Date: 2011-12-02 16:39:58 -0500 (Fri, 02 Dec 2011)
New Revision: 36903
Modified:
trunk/maven/plugins/org.jboss.tools.maven.project.examples/src/org/jboss/tools/maven/project/examples/wizard/ArchetypeExamplesWizard.java
Log:
Fixed typo in Wizard title noticed by Burr
Modified:
trunk/maven/plugins/org.jboss.tools.maven.project.examples/src/org/jboss/tools/maven/project/examples/wizard/ArchetypeExamplesWizard.java
===================================================================
---
trunk/maven/plugins/org.jboss.tools.maven.project.examples/src/org/jboss/tools/maven/project/examples/wizard/ArchetypeExamplesWizard.java 2011-12-02
20:03:22 UTC (rev 36902)
+++
trunk/maven/plugins/org.jboss.tools.maven.project.examples/src/org/jboss/tools/maven/project/examples/wizard/ArchetypeExamplesWizard.java 2011-12-02
21:39:58 UTC (rev 36903)
@@ -69,7 +69,7 @@
public ArchetypeExamplesWizard(File location, Project projectDescription) {
super();
- setWindowTitle("New JBoss project");
+ setWindowTitle("New JBoss Project");
setDefaultPageImageDescriptor(MavenProjectExamplesActivator.getNewWizardImageDescriptor());
setNeedsProgressMonitor(true);
this.projectDescription = projectDescription;
Show replies by date