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/PersonSelectionDialog.java
87 87

  
88 88
	/** {@inheritDoc} */
89 89
	@Override
90
	protected String getNewWizardLinkText() {
91
		return String.format("Create a new <a>%1s</a>", "Person ");
90
	protected String[] getNewWizardText() {
91
		return new String[]{"Person"};
92 92
	}
93 93
}

Also available in: Unified diff