Project

General

Profile

« Previous | Next » 

Revision 150b624d

Added by Patrick Plitzner about 7 years ago

ref #4611 complete i18n for taxeditor.editor plugin

  • also created l10n package and moved Messages.java and teh messages.properties files there

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/CreateDescriptionElementOperation.java
40 40
public class CreateDescriptionElementOperation extends AbstractPostTaxonOperation {
41 41

  
42 42
	/** Constant <code>ID="eu.etaxonomy.taxeditor.editor.descripti"{trunked}</code> */
43
	public static final String ID = "eu.etaxonomy.taxeditor.editor.view.descriptive.command.createDescriptionElement";
43
	public static final String ID = "eu.etaxonomy.taxeditor.editor.view.descriptive.command.createDescriptionElement"; //$NON-NLS-1$
44 44

  
45 45
	private final DescriptionBase<?> description;
46 46
	private final Feature feature;
......
94 94
		monitor.worked(20);
95 95
		if (element == null) {
96 96
			if (feature.isSupportsCommonTaxonName()) {
97
				element = CommonTaxonName.NewInstance("", null);
97
				element = CommonTaxonName.NewInstance("", null); //$NON-NLS-1$
98 98
			}
99 99
			else if (feature.isSupportsDistribution()) {
100 100
				element = Distribution.NewInstance();

Also available in: Unified diff