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/GroupSelectionDialog.java
69 69
	 * @see eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection.AbstractFilteredCdmResourceSelectionDialog#getNewWizardLinkText()
70 70
	 */
71 71
	@Override
72
	protected String getNewWizardLinkText() {
73
		return String.format("Create a new <a>%1s</a>", "Group ");
72
	protected String[] getNewWizardText() {
73
		return new String[]{"Group "};
74 74
	}
75 75

  
76 76
	/* (non-Javadoc)

Also available in: Unified diff