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

  
82 82
	/* (non-Javadoc)

Also available in: Unified diff