Author: Grid.Qian
Date: 2008-11-05 02:40:14 -0500 (Wed, 05 Nov 2008)
New Revision: 11513
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/bpmnto/wizard/BpmnPoolsChoicePage.java
Log:
JBIDE-3089:Clean up text in BPMN to jPDL export wizard
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties 2008-11-04 22:51:46
UTC (rev 11512)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties 2008-11-05 07:40:14
UTC (rev 11513)
@@ -1,5 +1,5 @@
-wizard.name=BPMN -> JPDL
-wizard.description = Export a BPMN file to JPDL
-category.name=BPMN Export
+wizard.name=BPMN to jPDL
+wizard.description = Export a BPMN file to jPDL
+category.name=BPMN
PLUGIN_NAME=BPMNExport
-PLUGIN_PROVIDER=Red Hat, Inc.
\ No newline at end of file
+PLUGIN_PROVIDER=JBoss.org
\ No newline at end of file
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties 2008-11-04
22:51:46 UTC (rev 11512)
+++
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/b2j/messages/B2J.properties 2008-11-05
07:40:14 UTC (rev 11513)
@@ -31,7 +31,7 @@
Bpmn_File_Choose_WizardPage_ViewerTitle=BPMN resources
Bpmn_File_Choose_WizardPage_Message=Select BPMN resources to convert
Bpmn_Pool_Choose_WizardPage_Name=PoolPage
-Bpmn_Pool_Choose_WizardPage_Message=Available BPMN Pools
+Bpmn_Pool_Choose_WizardPage_Message=BPMN Pools
Bpmn_Pool_Choose_WizardPage_Title=Select BPMN pools to translate
Bpmn_GeneratedFile_Location_WizardPage_Name=LocationPage
Bpmn_GeneratedFile_Location_WizardPage_Message=Select the target location
@@ -40,7 +40,7 @@
Bpmn_GeneratedFile_Location_WizardPage_CheckBox=Overwrite existing resources
Bpmn_Translate_Message_WizardPage_Name=MessagePage
Bpmn_Translate_Message_WizardPage_Title=Conversion Warnings and Errors
-Bpmn_Translate_Message_WizardPage_Message=Warnings and Errors that occured during
conversion
+Bpmn_Translate_Message_WizardPage_Message=Warnings and Errors that occurred during
conversion
Bpmn_Translate_Message_WizardpageViewer_Title=Warnings and Errors
Bpmn_EAnnotations_Element_Name=eAnnotations
Bpmn_Details_Element_Name=details
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/bpmnto/wizard/BpmnPoolsChoicePage.java
===================================================================
---
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/bpmnto/wizard/BpmnPoolsChoicePage.java 2008-11-04
22:51:46 UTC (rev 11512)
+++
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/src/org/jboss/tools/jbpm/convert/bpmnto/wizard/BpmnPoolsChoicePage.java 2008-11-05
07:40:14 UTC (rev 11513)
@@ -52,7 +52,8 @@
public BpmnPoolsChoicePage(String pageName, String title, String listTitle) {
super(pageName);
this.listTitle = listTitle;
- this.setTitle(title);
+ this.setDescription(title);
+ this.setTitle(listTitle);
}
public void createControl(Composite parent) {
Show replies by date