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/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