Author: adietish
Date: 2012-05-08 10:58:39 -0400 (Tue, 08 May 2012)
New Revision: 40852
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
Log:
[JBIDE-11563] corrected error message to correctly replace placeholders by the correct
values and corrected the text.
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-05-08
14:52:16 UTC (rev 40851)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/appimport/ConfigureGitSharedProject.java 2012-05-08
14:58:39 UTC (rev 40852)
@@ -124,7 +124,7 @@
// we shouldn't get here, the UI should validate the remote name and
// inform about an error in this case
throw new OpenShiftUIException(
- "Could not enable OpenShift on project {0}. There's already a a remote
called {1} that points to a differnt git repository.",
+ "Could not enable OpenShift on project \"{0}\". There already is a
remote called \"{1}\" that points to a differnt git repository.",
project.getName(), remoteName);
}
Show replies by date