[jbosstools-commits] JBoss Tools SVN: r39646 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Mar 20 05:02:53 EDT 2012


Author: adietish
Date: 2012-03-20 05:02:52 -0400 (Tue, 20 Mar 2012)
New Revision: 39646

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
Log:
[JBIDE-10419] corrected wizard title

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java	2012-03-20 08:45:23 UTC (rev 39645)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java	2012-03-20 09:02:52 UTC (rev 39646)
@@ -115,7 +115,8 @@
 	private Button uncheckAllButton;
 
 	public ApplicationConfigurationWizardPage(IWizard wizard, OpenShiftExpressApplicationWizardModel wizardModel) {
-		super("Setup OpenShift Application", "Select an existing or create a new OpenShift Express Application.",
+		super("Setup OpenShift Application", 
+				"Enter a name and select a type for your new OpenShift Express application.",
 				"Setup OpenShift Application", wizard);
 		try {
 			this.pageModel = new ApplicationConfigurationWizardPageModel(wizardModel);



More information about the jbosstools-commits mailing list