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/AmplificationSelectionDialog.java
82 82

  
83 83
    /** {@inheritDoc} */
84 84
    @Override
85
    protected String getNewWizardLinkText() {
86
        return String.format("Create a new <a>%1s</a>", "Amplification ");
85
    protected String[] getNewWizardText() {
86
        String[] result = new String[1];
87
        result[0] = "Amplification";
88
        return result;
87 89
    }
88 90
}

Also available in: Unified diff