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/ChooseFromMultipleTaxonNodesDialog.java
51 51
	
52 52
	public ChooseFromMultipleTaxonNodesDialog(Shell parent) {
53 53
		super(parent);
54
		setTitle("Choose Classification");
55
		setMessage("The taxon is part of multiple classification. Please choose the one you want to open.");
54
		setTitle(Messages.ChooseFromMultipleTaxonNodesDialog_CHOOSE_CLASSIFICATION);
55
		setMessage(Messages.ChooseFromMultipleTaxonNodesDialog_CHOOSE_CLASSIFICATION_MESSAGE);
56 56
		setContentProvider(new ClassificationContentProvider());
57 57
		setLabelProvider(new ClassificationLabelProvider());
58 58
	}

Also available in: Unified diff