Project

General

Profile

« Previous | Next » 

Revision 92869a37

Added by Andreas Müller almost 7 years ago

ref #6789 adapt label for misappl. doubtful and err. sec.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java
106 106
			
107 107
			
108 108
		secReference = formFactory.createSelectionElement(Reference.class,
109
				getConversationHolder(), formElement, "Err. Secundum",
109
				getConversationHolder(), formElement, "Misappl. Sec.",
110 110
				entity.getCitation(), EntitySelectionElement.ALL,
111 111
				style);
112 112
	
......
115 115
	            entity.getCitationMicroReference(),null,
116 116
	            SWT.WRAP);
117 117
		checkbox_doubtful = formFactory.createCheckbox(formElement,
118
				"Misappl. doubtful", entity.isDoubtful(), style);
118
				"Misappl. Doubtful", entity.isDoubtful(), style);
119 119

  
120 120
		
121 121
	}

Also available in: Unified diff