Index: src/org/jboss/tools/openshift/express/internal/ui/wizard/NewOpenShiftExpressApplicationWizard.java =================================================================== --- src/org/jboss/tools/openshift/express/internal/ui/wizard/NewOpenShiftExpressApplicationWizard.java (revision 38935) +++ src/org/jboss/tools/openshift/express/internal/ui/wizard/NewOpenShiftExpressApplicationWizard.java (working copy) @@ -15,10 +15,10 @@ * Constructor */ public NewOpenShiftExpressApplicationWizard() { - super("New OpenShift Application"); + super("New OpenShift Express Application"); } public NewOpenShiftExpressApplicationWizard(IUser user) { - super(user, null, null, "New OpenShift Application"); + super(user, null, null, "New OpenShift Express Application"); } } Index: src/org/jboss/tools/openshift/express/internal/ui/wizard/ImportOpenShiftExpressApplicationWizard.java =================================================================== --- src/org/jboss/tools/openshift/express/internal/ui/wizard/ImportOpenShiftExpressApplicationWizard.java (revision 38935) +++ src/org/jboss/tools/openshift/express/internal/ui/wizard/ImportOpenShiftExpressApplicationWizard.java (working copy) @@ -18,7 +18,7 @@ * Constructor */ public ImportOpenShiftExpressApplicationWizard() { - super("Import OpenShift Application"); + super("Import OpenShift Express Application"); } /** @@ -28,6 +28,6 @@ * @param application */ public ImportOpenShiftExpressApplicationWizard(IUser user, IProject project, IApplication application) { - super(user, project, application, "Import OpenShift Application"); + super(user, project, application, "Import OpenShift Express Application"); } } Index: plugin.xml =================================================================== --- plugin.xml (revision 38935) +++ plugin.xml (working copy) @@ -17,7 +17,7 @@ class="org.jboss.tools.openshift.express.internal.ui.wizard.NewOpenShiftExpressApplicationWizard" icon="icons/openshift-logo-white-icon.png" id="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard" - name="OpenShift Express Application" + name="OpenShift Application" project="true"> Create a new OpenShift Express Application @@ -33,7 +33,7 @@ class="org.jboss.tools.openshift.express.internal.ui.wizard.ImportOpenShiftExpressApplicationWizard" icon="icons/openshift-logo-white-icon.png" id="org.jboss.tools.openshift.express.ui.importExistingApplicationWizard" - name="Existing OpenShift Express Application"> + name="Existing OpenShift Application"> Import an existing OpenShift Express Application