Revision 4a355ac7
Added by Katja Luther almost 5 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java | ||
---|---|---|
79 | 79 |
Taxon.class, //getConversationHolder(), |
80 | 80 |
formElement, "Related Taxon", getRelatedTaxon(), |
81 | 81 |
EntitySelectionElement.SELECTABLE, style); |
82 |
checkBoxDoubtful = formFactory.createCheckbox(formElement, "Relation Doubtful", entity.isDoubtful(), style); |
|
82 | 83 |
|
83 | 84 |
}else{ |
84 | 85 |
taxon = entity.getFromTaxon(); |
... | ... | |
111 | 112 |
formElement, "Detail", |
112 | 113 |
entity.getCitationMicroReference(),null, |
113 | 114 |
SWT.WRAP); |
115 |
checkBoxDoubtful = formFactory.createCheckbox(formElement, "Misapplication Doubtful", entity.isDoubtful(), style); |
|
114 | 116 |
|
115 | 117 |
|
116 | 118 |
} |
117 |
checkBoxDoubtful = formFactory.createCheckbox(formElement, "Relation Doubtful", entity.isDoubtful(), style); |
|
119 |
|
|
118 | 120 |
} |
119 | 121 |
|
120 | 122 |
private Taxon getRelatedTaxon() { |
Also available in: Unified diff
fix #7378: rename misapplication doubtful label