Project

General

Profile

« Previous | Next » 

Revision 14ae9d24

Added by Katja Luther about 5 years ago

externalize string in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/TaxonRelationshipTypeMenuPreferences.java
11 11

  
12 12
import eu.etaxonomy.cdm.model.common.TermType;
13 13
import eu.etaxonomy.cdm.model.taxon.TaxonRelationshipType;
14
import eu.etaxonomy.taxeditor.l10n.Messages;
14 15

  
15 16
/**
16 17
 * <p>TaxonRelationshipTypeMenuPreferences class.</p>
......
26 27
	 * <p>Constructor for TaxonRelationshipTypeMenuPreferences.</p>
27 28
	 */
28 29
	public TaxonRelationshipTypeMenuPreferences() {
29
		super("Taxon Relationship Type Preferences",
30
				"Configure taxon relationship types",
30
		super("Taxon Relationship Type Preferences", //$NON-NLS-1$
31
				Messages.TaxonRelationshipTypeMenuPreferences_configure,
31 32
				false);
32 33
	}
33 34

  

Also available in: Unified diff