Author: adietish
Date: 2012-06-01 14:12:48 -0400 (Fri, 01 Jun 2012)
New Revision: 41642
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
Log:
[JBIDE-11081] corrected warning message
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-06-01
17:57:07 UTC (rev 41641)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/OpenShiftExpressApplicationWizard.java 2012-06-01
18:12:48 UTC (rev 41642)
@@ -303,11 +303,11 @@
} else if (!wizardModel.isGitSharedProject()) {
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"
- + "Furthermore publishing to your OpenShift app will eventually override
existing content.\n"
- + "\nDo you wish to continue ?",
+ "OpenShift application {0} will be enabled on project {1} by copying
OpenShift configuration " +
+ "from server to local project and connecting local project to OpenShift Git
repository.\n" +
+ "The local project will be automatically committed to local Git repository
and further publishing will " +
+ "eventually override existing remote content.\n\n" +
+ "This cannot be undone. Do you wish to continue?",
wizardModel.getApplicationName(), wizardModel.getProjectName()),
wizardModel.getApplicationName())) {
return Status.CANCEL_STATUS;
@@ -316,11 +316,11 @@
} 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"
- + "Furthermore publishing to your OpenShift app will eventually override
existing content.\n"
- + "\nDo you wish to continue ?",
+ "OpenShift application {0} will be enabled on project {1} by copying
OpenShift configuration " +
+ "from server to local project and connecting local project to OpenShift Git
repository.\n" +
+ "The local project will be automatically committed to local Git repository
and further publishing will " +
+ "eventually override existing remote content.\n\n" +
+ "This cannot be undone. Do you wish to continue?",
wizardModel.getApplicationName(), wizardModel.getProjectName()),
wizardModel.getApplicationName())) {
return Status.CANCEL_STATUS;
Show replies by date