Only show "Change Type" when more than one type is available #5565
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / DescriptionDetailElement.java
index 3b7ccac5e9faf755501ca7dc44a0ff6e2ce5f15a..f522ca645165522c7cc5e170c466dcfacef1a18c 100644 (file)
@@ -47,7 +47,7 @@ public class DescriptionDetailElement extends AbstractCdmDetailElement<Descripti
        /** {@inheritDoc} */
        @Override
        protected void createControls(ICdmFormElement formElement, DescriptionBase entity, int style) {
-               detailDescription = formFactory.createMultilineTextWithLabel(this, "Label", 50, SWT.WRAP);
+               detailDescription = formFactory.createMultiLineTextWithLabel(this, "Label", 50, SWT.WRAP);
                detailDescription.setText(entity.getTitleCache());
                
                // TODO I initially thought that we can handle the entity's descriptive system with a feature tree