Browse Source

fixed typo in Xpand Wizard

holger.willebrandt@gmail.com 13 years ago
parent
commit
a8edd1788e

+ 1 - 1
plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/wizard/XpandGeneratorWizardPage1.java

@@ -113,7 +113,7 @@ public class XpandGeneratorWizardPage1 extends IProjectWzardPage {
 				.applyTo(txtGeneratorDesc);
 				.applyTo(txtGeneratorDesc);
 
 
 		Label lblLibraryCheckBox = new Label(generatorGroup, SWT.WRAP);
 		Label lblLibraryCheckBox = new Label(generatorGroup, SWT.WRAP);
-		lblLibraryCheckBox.setText("Create Fetaure Library");
+		lblLibraryCheckBox.setText("Create Feature Library");
 
 
 		cbLibrary = new Button(generatorGroup, SWT.CHECK);
 		cbLibrary = new Button(generatorGroup, SWT.CHECK);