- aligned linkt text for creation of new elements via pop-up dialog
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / CollectionSelectionDialog.java
index 15f0798b25937fa5056197f24ee664759f5e7ff4..6f084b1f1a0718e9df678419e8ab691b7dbb325d 100644 (file)
@@ -85,7 +85,7 @@ public class CollectionSelectionDialog extends
        /** {@inheritDoc} */
        @Override
        protected String getNewWizardLinkText() {
-        return String.format("Click link to create a new <a>%1s</a>", "Collection ");
+        return String.format("Create a new <a>%1s</a>", "Collection ");
        }
 
        /* (non-Javadoc)