Project

General

Profile

« Previous | Next » 

Revision 473f7b01

Added by Katja Luther over 5 years ago

ref #7163: externalize strings in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/NameRelationshipTypeMenuPreferences.java
15 15

  
16 16
import eu.etaxonomy.cdm.model.common.TermType;
17 17
import eu.etaxonomy.cdm.model.name.NameRelationshipType;
18
import eu.etaxonomy.taxeditor.l10n.Messages;
18 19
import eu.etaxonomy.taxeditor.labels.ILabelImageStrategy;
19 20
import eu.etaxonomy.taxeditor.labels.LabelImageProvider;
20 21
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
......
34 35
	 * <p>Constructor for NameRelationshipTypeMenuPreferences.</p>
35 36
	 */
36 37
	public NameRelationshipTypeMenuPreferences() {
37
		super("Name relationship types",
38
				"Configure name relationship types",
38
		super("Name relationship types", //$NON-NLS-1$
39
				Messages.NameRelationshipTypeMenuPreferences_relationshipTypes,
39 40
				false);
40 41
	}
41 42

  

Also available in: Unified diff