Project

General

Profile

« Previous | Next » 

Revision 5aeccadc

Added by Katja Luther over 6 years ago

e4 migration of selection dialogs

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SpecimenOrObservationBaseSelectionDialog.java
60 60

  
61 61
	/** {@inheritDoc} */
62 62
	@Override
63
	protected String getNewWizardLinkText() {
64
		return String.format("Create a new <a>%1s</a>", "field unit/derived unit");
63
	protected String[] getNewWizardText() {
64
		return new String[]{"field unit/derived unit"};
65 65
	}
66 66
}

Also available in: Unified diff