Project

General

Profile

« Previous | Next » 

Revision ae137b34

Added by Patrick Plitzner about 7 years ago

ref #4611 some l10n for taxeditor and taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/Page.java
19 19
 * @version 1.0
20 20
 */
21 21
public enum Page {
22
	NAME ("Name", TaxonNameEditor.class, 0);
22
	NAME ("Name", TaxonNameEditor.class, 0); //$NON-NLS-1$
23 23
	
24 24
	private String title;
25 25
	private Class<?> clazz;

Also available in: Unified diff