remove SelectionViewMenu because it is not used anymore
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / NameSelectionDialog.java
index f23baf1d9b37320be59ec876c63594c3b214ed79..92b8278858cc83410f9061d3312a60954ed65851 100644 (file)
@@ -68,7 +68,7 @@ public class NameSelectionDialog extends AbstractFilteredCdmResourceSelectionDia
 
        /** {@inheritDoc} */
        @Override
-       protected String getNewWizardLinkText() {
-               return String.format("Create a new <a>%1s</a>", "Name ");
+       protected String[] getNewWizardText() {
+               return new String[]{"Name "};
        }
 }