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/CollectionSelectionDialog.java
83 83
	 */
84 84
	/** {@inheritDoc} */
85 85
	@Override
86
	protected String getNewWizardLinkText() {
87
        return String.format("Create a new <a>%1s</a>", "Collection ");
86
	protected String[] getNewWizardText() {
87
        return new String[]{ "Collection "};
88 88
	}
89 89

  
90 90
	/* (non-Javadoc)

Also available in: Unified diff