Project

General

Profile

« Previous | Next » 

Revision c3cad351

Added by Katja Luther about 5 years ago

ref #8136: label issues

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java
71 71
	    if (this.entity != null && this.entity.isLectoType()){
72 72
	        if (selection_reference == null){
73 73
    	        selection_reference = formFactory
74
                        .createSelectionElement(Reference.class, formElement, "Reference",
74
                        .createSelectionElement(Reference.class, formElement, "Status Reference",
75 75
                                entity.getCitation(), EntitySelectionElement.ALL, SWT.NULL);
76 76

  
77 77
                text_referenceDetail = formFactory.createTextWithLabelElement(
78
                    formElement, "Reference Detail", entity.getCitationMicroReference(), SWT.NULL);
78
                    formElement, "Status Reference Detail", entity.getCitationMicroReference(), SWT.NULL);
79 79
	        }
80 80
        }else{
81 81
            if (selection_reference != null){

Also available in: Unified diff