Author: adietish
Date: 2012-05-08 10:45:35 -0400 (Tue, 08 May 2012)
New Revision: 40850
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
Log:
corrected formatting in the warning message
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-05-08
14:42:07 UTC (rev 40849)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-05-08
14:45:35 UTC (rev 40850)
@@ -282,11 +282,11 @@
getWizardModel().configureUnsharedProject(delegatingMonitor);
} else {
if (!askForConfirmation(
- NLS.bind("OpenShift application {0} will be enabled on project {1} by "
- + "copying OpenShift configuration and enabling Git for the project.\n
"
- + "This cannot be undone. \n"
+ NLS.bind("OpenShift application \"{0}\" will be enabled on project
\"{1}\" by "
+ + "copying OpenShift configuration and enabling Git for the
project.\n"
+ + "This cannot be undone.\n"
+ "Furthermore publishing to your OpenShift app will eventually override
existing content.\n"
- + "Do you wish to continue ?",
+ + "\nDo you wish to continue ?",
wizardModel.getApplicationName(), wizardModel.getProjectName()),
wizardModel.getApplicationName())) {
return Status.CANCEL_STATUS;
Show replies by date