Project

General

Profile

« Previous | Next » 

Revision f6a8dc56

Added by Patrick Plitzner over 10 years ago

merged model adaptions to cdmlib 3.2.4 from campanula branch

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/CollectionSelectionDialog.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
*/
......
30 30
 */
31 31
public class CollectionSelectionDialog extends
32 32
		AbstractFilteredCdmResourceSelectionDialog<Collection> {
33
	
33

  
34 34
	/**
35 35
	 * <p>select</p>
36 36
	 *
......
44 44
				"Choose Collection", false, CollectionSelectionDialog.class.getCanonicalName(), collection);
45 45
		return getSelectionFromDialog(dialog);
46 46
	}
47
	
47

  
48 48
	/**
49 49
	 * <p>Constructor for FilteredCollectionSelectionDialog.</p>
50 50
	 *
......
85 85
	/** {@inheritDoc} */
86 86
	@Override
87 87
	protected String getNewWizardLinkText() {
88
		return "Click link to create a new <A>Collection</A>.";
88
        return String.format("Click link to create a new <a>%1s</a>", "Collection ");
89 89
	}
90 90

  
91 91
	/* (non-Javadoc)
......
97 97
		return new NewCollectionWizard();
98 98
	}
99 99

  
100
	
100

  
101 101
}

Also available in: Unified diff