Project

General

Profile

« Previous | Next » 

Revision af29e124

Added by Andreas Müller over 9 years ago

change labels for relationship descriptions #4087

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/IndividualsAssociationDetailElement.java
73 73
						EntitySelectionElement.ALL, style);
74 74

  
75 75
		text_description = formFactory.createMultiLineTextWithLabel(
76
				formElement, "Description for taxon - individual association", 200, style);
76
				formElement, "Relationship to the unit:", 200, style);
77 77
		Map<Language, LanguageString> descriptions = entity.getDescription();
78 78

  
79 79
		if (descriptions.get(CdmStore.getDefaultLanguage()) != null) {
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/TaxonInteractionDetailElement.java
68 68
						SWT.WRAP);
69 69

  
70 70
		interactionDescription = formFactory.createMultiLineTextWithLabel(this,
71
				"Description for the taxon - taxon interaction", 200, SWT.WRAP);
71
				"Relationship to the taxon:", 200, SWT.WRAP);
72 72
		interactionDescription.setText(entity.getDescription(CdmStore
73 73
				.getDefaultLanguage()));
74 74
	}

Also available in: Unified diff