change labels for relationship descriptions #4087
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 5 Sep 2014 12:08:09 +0000 (12:08 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 5 Sep 2014 12:08:09 +0000 (12:08 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/IndividualsAssociationDetailElement.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/TaxonInteractionDetailElement.java

index dc61752d6f974a62e4fcd126e4515a40fcd1cb04..acfbf7c6dda406f8ac26826c8b90e1e1699e6064 100644 (file)
@@ -73,7 +73,7 @@ public class IndividualsAssociationDetailElement extends
                                                EntitySelectionElement.ALL, style);
 
                text_description = formFactory.createMultiLineTextWithLabel(
                                                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) {
                Map<Language, LanguageString> descriptions = entity.getDescription();
 
                if (descriptions.get(CdmStore.getDefaultLanguage()) != null) {
index 11faf245cd4c00de7abb43ca4a00673a52425063..8e5e5bc886f72dfbc886d04d5348ec9a47cc33e7 100644 (file)
@@ -68,7 +68,7 @@ public class TaxonInteractionDetailElement extends
                                                SWT.WRAP);
 
                interactionDescription = formFactory.createMultiLineTextWithLabel(this,
                                                SWT.WRAP);
 
                interactionDescription = formFactory.createMultiLineTextWithLabel(this,
-                               "Description for the taxon - taxon interaction", 200, SWT.WRAP);
+                               "Relationship to the taxon:", 200, SWT.WRAP);
                interactionDescription.setText(entity.getDescription(CdmStore
                                .getDefaultLanguage()));
        }
                interactionDescription.setText(entity.getDescription(CdmStore
                                .getDefaultLanguage()));
        }