Project

General

Profile

« Previous | Next » 

Revision 14ae9d24

Added by Katja Luther over 5 years ago

externalize string in preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/FeatureMenuPreferences.java
10 10

  
11 11
import eu.etaxonomy.cdm.model.common.TermType;
12 12
import eu.etaxonomy.cdm.model.description.Feature;
13
import eu.etaxonomy.taxeditor.l10n.Messages;
13 14

  
14 15
/**
15 16
 * <p>FeatureMenuPreferences class.</p>
......
22 23
public class FeatureMenuPreferences extends AbstractMenuPreferences<Feature> {
23 24

  
24 25
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.preferences.feat"{trunked}</code> */
25
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.preferences.feature";
26
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.preferences.feature"; //$NON-NLS-1$
26 27

  
27 28
	/**
28 29
	 * <p>Constructor for FeatureMenuPreferences.</p>
29 30
	 */
30 31
	public FeatureMenuPreferences() {
31
		super("Feature Preferences",
32
				"Choose which features you would like to use for descriptive elements.",
32
		super("Feature Preferences", //$NON-NLS-1$
33
				Messages.FeatureMenuPreferences_display,
33 34
				false);
34 35
	}
35 36

  

Also available in: Unified diff