Author: adietish
Date: 2011-11-29 07:20:13 -0500 (Tue, 29 Nov 2011)
New Revision: 36723
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/EmbedCartridgeWizardPage.java
Log:
corrected the text that is presented to the user when creating the jenkins application
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/EmbedCartridgeWizardPage.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/EmbedCartridgeWizardPage.java 2011-11-29
12:18:55 UTC (rev 36722)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/EmbedCartridgeWizardPage.java 2011-11-29
12:20:13 UTC (rev 36723)
@@ -324,7 +324,8 @@
public JenkinsApplicationDialog(Shell shell) {
super(shell
, "New Jenkins application"
- , "To embed jenkins into your application, you'd first have to create a
jenkins application."
+ , "To embed jenkins into your application, you'd first have to create a
jenkins application.\n"
+ + "Please provide a name for your jenkins application:"
, null
, new JenkinsNameValidator());
}
Show replies by date