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/TaxonBaseSelectionDialog.java
93 93

  
94 94
    /** {@inheritDoc} */
95 95
    @Override
96
    protected String getNewWizardLinkText() {
97
        return String.format("Create a new <a>%1s</a>", "Taxon ");
96
    protected String[] getNewWizardText() {
97
        return new String[]{"Taxon "};
98 98
    }
99 99
}

Also available in: Unified diff