[jbosstools-commits] JBoss Tools SVN: r40706 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed May 2 04:23:01 EDT 2012
Author: rhopp
Date: 2012-05-02 04:22:58 -0400 (Wed, 02 May 2012)
New Revision: 40706
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java
Log:
Changed Label for New Openshift Application
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java 2012-05-02 07:18:43 UTC (rev 40705)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java 2012-05-02 08:22:58 UTC (rev 40706)
@@ -839,7 +839,7 @@
public static final String NEW_DYNAMIC_WEB_PROJECT = "New Dynamic Web Project";
public static final String PROJECT_EXAMPLE = "New Project Example";
public static final String NEW_JBOSS_PROJECT = "New JBoss Project";
- public static final String OPENSHIFT_APP_WIZARD = "New OpenShift Express Application";
+ public static final String OPENSHIFT_APP_WIZARD = "New OpenShift Application";
}
public static class NewViewDialog{
More information about the jbosstools-commits
mailing list