[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui ...
Robert Stryker
rawblem at gmail.com
Thu Sep 28 14:59:38 EDT 2006
User: rawb
Date: 06/09/28 14:59:38
Modified: as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui
Messages.properties Messages.java
Log:
Moved description to a label, changed some of the text to make upgrade wizard clearer.
Revision Changes Path
1.10 +3 -3 jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Messages.properties
===================================================================
RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Messages.properties 25 Sep 2006 21:29:06 -0000 1.9
+++ Messages.properties 28 Sep 2006 18:59:38 -0000 1.10
@@ -1,4 +1,3 @@
-#Create Server Wizard
createWizardTitle=Create a new JBoss Server
runtimeInformation=Runtime Information
createRuntimeWizardTitle=Create a new JBoss Server Runtime
@@ -13,7 +12,7 @@
invalidDirectory=Invalid Directory
nameTextBlank=The name field cannot be blank.
homeDirBlank=The home directory field cannot be blank.
-browse=Browse
+browse=Browse...
#Server View (server and categories, properties)
@@ -103,7 +102,8 @@
# Upgrade Wizard
UpgradeWizardTitle=Convert JBoss AS Launch Configurations
- UpgradeWizardDescription=Starting and Stopping JBoss is no longer done through simple launch configurations.\nInstead, webtools and its server functionality is being used, which means your launch\nconfigurations must be converted into JBoss "servers" and "runtimes". This wizard will help with that.
+ UpgradeWizardDescription=Starting and Stopping JBoss is no longer done through simple launch configurations.\nInstead, webtools and its server functionality is being used, which means your launch\nconfigurations must be converted into JBoss "servers" and "runtimes".\n\n This wizard will help with that.
+ UpgradeWizardNoConvertableConfigs=You do not have any JBoss launch configurations to convert, so you can just skip this page.
UpgradeWizardDetails=Details:
UpgradeWizardLaunchConfigName=Launch Configuration Name:
UpgradeWizardLaunchHomeDir=Home Directory:
1.8 +1 -0 jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Messages.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Messages.java 21 Sep 2006 21:37:15 -0000 1.7
+++ Messages.java 28 Sep 2006 18:59:38 -0000 1.8
@@ -138,6 +138,7 @@
/* Upgrade Wizard to 2.0.0 */
public static String UpgradeWizardTitle;
public static String UpgradeWizardDescription;
+ public static String UpgradeWizardNoConvertableConfigs;
public static String UpgradeWizardDetails;
public static String UpgradeWizardLaunchConfigName;
public static String UpgradeWizardLaunchHomeDir;
More information about the jboss-cvs-commits
mailing list