ref #6789 adapt label for misappl. doubtful and err. sec.
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 11 Jul 2017 08:59:14 +0000 (10:59 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 11 Jul 2017 08:59:14 +0000 (10:59 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java

index 323fd5a0dff87030c78624365727a09bde5b9f8d..479fc85f7731ae8919dbd3eb04a5f397f543864d 100644 (file)
@@ -106,7 +106,7 @@ public class TaxonRelationshipDetailElement extends AbstractCdmDetailElement<Tax
                        
                        
                secReference = formFactory.createSelectionElement(Reference.class,
-                               getConversationHolder(), formElement, "Err. Secundum",
+                               getConversationHolder(), formElement, "Misappl. Sec.",
                                entity.getCitation(), EntitySelectionElement.ALL,
                                style);
        
@@ -115,7 +115,7 @@ public class TaxonRelationshipDetailElement extends AbstractCdmDetailElement<Tax
                    entity.getCitationMicroReference(),null,
                    SWT.WRAP);
                checkbox_doubtful = formFactory.createCheckbox(formElement,
-                               "Misappl. doubtful", entity.isDoubtful(), style);
+                               "Misappl. Doubtful", entity.isDoubtful(), style);
 
                
        }