Project

General

Profile

« Previous | Next » 

Revision f0a072ff

Added by Patrick Plitzner over 10 years ago

  • aligned linkt text for creation of new elements via pop-up dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NomenclaturalAuthorTeamSelectionDialog.java
1 1
// $Id$
2 2
/**
3 3
* Copyright (C) 2007 EDIT
4
* European Distributed Institute of Taxonomy 
4
* European Distributed Institute of Taxonomy
5 5
* http://www.e-taxonomy.eu
6
* 
6
*
7 7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8 8
* See LICENSE.TXT at the top of this package for the full license terms.
9 9
*/
......
44 44
				"Choose Author Team", false, NomenclaturalAuthorTeamSelectionDialog.class.getCanonicalName(), team);
45 45
		return getSelectionFromDialog(dialog);
46 46
	}
47
	
47

  
48 48
	/**
49 49
	 * <p>Constructor for FilteredNomenclaturalAuthorTeamSelectionDialog.</p>
50 50
	 *
......
59 59
			boolean multi, String settings, Team agent) {
60 60
		super(shell, conversation, title, multi, settings, agent);
61 61
	}
62
	
62

  
63 63
	/** {@inheritDoc} */
64 64
	@Override
65 65
	protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
......
69 69
	/** {@inheritDoc} */
70 70
	@Override
71 71
	protected String getNewWizardLinkText() {
72
		return "Click link to create a new <A>Team</A>.";
72
		return String.format("Create a new <a>%1s</a>", "Team ");
73 73
	}
74 74

  
75 75
	/** {@inheritDoc} */

Also available in: Unified diff