change labels for relationship descriptions #4087
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / detail / IndividualsAssociationDetailElement.java
index dc61752d6f974a62e4fcd126e4515a40fcd1cb04..acfbf7c6dda406f8ac26826c8b90e1e1699e6064 100644 (file)
@@ -73,7 +73,7 @@ public class IndividualsAssociationDetailElement extends
                                                EntitySelectionElement.ALL, style);
 
                text_description = formFactory.createMultiLineTextWithLabel(
-                               formElement, "Description for taxon - individual association", 200, style);
+                               formElement, "Relationship to the unit:", 200, style);
                Map<Language, LanguageString> descriptions = entity.getDescription();
 
                if (descriptions.get(CdmStore.getDefaultLanguage()) != null) {