- refactored LanguageStringWithLabelElement (isMultiLine flag)
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / supplemental / RightsElement.java
index a68a3598181329ac8a6c5d8bcc41a85eed116d24..ecaf130ff5d28d611c6163aa67a4e86f59f235a2 100644 (file)
@@ -71,7 +71,7 @@ public class RightsElement extends AbstractEntityCollectionElement<Rights> {
                selection_agent = formFactory.createSelectionElement(
                                AgentBase.class, getConversationHolder(), this, "Agent",
                                null, EntitySelectionElement.ALL, style);
-               text = formFactory.createMultilineTextWithLabel(this, "Text", 100,
+               text = formFactory.createMultiLineTextWithLabel(this, "Text", 100,
                                style);
        }