Rename food production to population transformer git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/branches/STEM_1_3_0@2720 92a21009-5b66-0410-b83a-dc787c41c6e9
diff --git a/models/foodproduction/org.eclipse.stem.ui.foodproduction/plugin.properties b/models/foodproduction/org.eclipse.stem.ui.foodproduction/plugin.properties index 0be152f..d21f967 100644 --- a/models/foodproduction/org.eclipse.stem.ui.foodproduction/plugin.properties +++ b/models/foodproduction/org.eclipse.stem.ui.foodproduction/plugin.properties
@@ -35,7 +35,7 @@ _UI_CreateModelError_message = Problems encountered in file "{0}" _UI_FoodproductionModelWizard_label = Foodproduction Model -_UI_FoodproductionModelWizard_description = Create a new Foodproduction model +_UI_FoodproductionModelWizard_description = Create a new population transformer _UI_FoodproductionEditor_label = Foodproduction Model Editor
diff --git a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/FoodProductionDefinitionControl.java b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/FoodProductionDefinitionControl.java index 799d6f2..ae25b35 100644 --- a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/FoodProductionDefinitionControl.java +++ b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/FoodProductionDefinitionControl.java
@@ -91,19 +91,6 @@ GridData sepData = new GridData(SWT.FILL, SWT.TOP, true, false); sepData.horizontalSpan = 2; separator.setLayoutData(sepData); - - // EXTRA UI WIDGETS THAT ARE SHOWN FOR ALL FOOD PRODUCERS START HERE - Label testLabel = new Label(this, SWT.NONE); - testLabel.setText("Additional stuff here"); - final GridData gd_Label = new GridData(SWT.FILL, SWT.LEFT, true, false, 2, 1); - testLabel.setLayoutData(gd_Label); - // END - - - Label separator2 = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); - GridData sepData2 = new GridData(SWT.FILL, SWT.TOP, true, false); - sepData2.horizontalSpan = 2; - separator2.setLayoutData(sepData2); foodProductionPropertyComposite = new FoodProductionPropertyComposite(this,
diff --git a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/foodproductionmessages.properties b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/foodproductionmessages.properties index 9690ae8..08dc957 100644 --- a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/foodproductionmessages.properties +++ b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/foodproductionmessages.properties
@@ -13,17 +13,17 @@ # New Food Production Wizard -FoodProd.wizard_title = New Food Transformer +FoodProd.wizard_title = New Population Transformer FoodProd.page_description = Define transformation from source to target -FoodProd.DC_DESCRIPTION = FoodProduction "{0}" -FoodProd.page_title = Food Production +FoodProd.DC_DESCRIPTION = Population Transformer "{0}" +FoodProd.page_title = Population Transformer FoodProd.FOOD = Target FoodProd.SOURCE = Source -FPC.0 = Pick a Food Transformer -NFPWiz.wizard_title = New Food Transformer -NFPWiz.page_title = Create a new Food Transformer -NFPWiz.page_description = Create a new Food Transformer and fill in its parameters +FPC.0 = Pick a Population Transformer +NFPWiz.wizard_title = New Population Transformer +NFPWiz.page_title = Create a new Population Transformer +NFPWiz.page_description = Create a new Population Transformer and fill in its parameters sourcePopulationName = Source Population Name sourcePopulationNameTT = Specify Source Population Name