- 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 / NomenclaturalAuthorTeamSelectionDialog.java
index 2615d33199e2f77f26e85d0fe26f4af38dac3af0..f43399142cfd9d64b25c9d11dad73b657aae3182 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 /**
 * Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy 
+* European Distributed Institute of Taxonomy
 * http://www.e-taxonomy.eu
-* 
+*
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
@@ -44,7 +44,7 @@ public class NomenclaturalAuthorTeamSelectionDialog extends
                                "Choose Author Team", false, NomenclaturalAuthorTeamSelectionDialog.class.getCanonicalName(), team);
                return getSelectionFromDialog(dialog);
        }
-       
+
        /**
         * <p>Constructor for FilteredNomenclaturalAuthorTeamSelectionDialog.</p>
         *
@@ -59,7 +59,7 @@ public class NomenclaturalAuthorTeamSelectionDialog extends
                        boolean multi, String settings, Team agent) {
                super(shell, conversation, title, multi, settings, agent);
        }
-       
+
        /** {@inheritDoc} */
        @Override
        protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
@@ -69,7 +69,7 @@ public class NomenclaturalAuthorTeamSelectionDialog extends
        /** {@inheritDoc} */
        @Override
        protected String getNewWizardLinkText() {
-               return "Click link to create a new <A>Team</A>.";
+               return String.format("Create a new <a>%1s</a>", "Team ");
        }
 
        /** {@inheritDoc} */