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/ReferenceSelectionDialog.java
158 158

  
159 159
	/** {@inheritDoc} */
160 160
	@Override
161
	protected String getNewWizardLinkText() {
162
		return String.format("Create a new <a>%1s</a>", "Reference ");
161
	protected String[] getNewWizardText() {
162
		return new String[]{"Reference "};
163 163
	}
164 164

  
165 165
}

Also available in: Unified diff