Author: adietish
Date: 2012-02-07 15:03:52 -0500 (Tue, 07 Feb 2012)
New Revision: 38482
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 validator text so that it matches the required text
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-02-07
19:59:10 UTC (rev 38481)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-07
20:03:52 UTC (rev 38482)
@@ -541,7 +541,7 @@
if (applicationName == null || applicationName.isEmpty() || applicationType == null
|| applicationType.isEmpty()) {
return ValidationStatus
- .cancel("Please input a name and select a type for the OpenShift application
you want to create.");
+ .cancel("Please enter a name and select a type for the OpenShift application
you want to create.");
}
return ValidationStatus.ok();
}
Show replies by date