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/InstitutionSelectionDialog.java
74 74
	 * @see eu.etaxonomy.taxeditor.dialogs.filteredSelection.AbstractFilteredCdmResourceSelectionDialog#getNewWizardLinkText()
75 75
	 */
76 76
	@Override
77
	protected String getNewWizardLinkText() {
78
		return String.format("Create a new <a>%1s</a>", "Institution ");
77
	protected String[] getNewWizardText() {
78
		return new String[]{"Institution "};
79 79
	}
80 80

  
81 81
	/* (non-Javadoc)

Also available in: Unified diff