Project

General

Profile

« Previous | Next » 

Revision 6d972b27

Added by Andreas Kohlbecker almost 6 years ago

minot label change in TaxonNamePopupEditor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
268 268
        grid.addComponent(new Label("Hint: <i>Edit nomenclatural authors in the nomenclatural reference.</i>", ContentMode.HTML), 0, row, 3, row);
269 269

  
270 270
        row++;
271
        combinationAuthorshipField = new TeamOrPersonField("combination author(s)", TeamOrPersonBaseCaptionGenerator.CacheType.NOMENCLATURAL_TITLE);
271
        combinationAuthorshipField = new TeamOrPersonField("Combination author(s)", TeamOrPersonBaseCaptionGenerator.CacheType.NOMENCLATURAL_TITLE);
272 272
        combinationAuthorshipField.setWidth(100,  Unit.PERCENTAGE);
273 273
        addField(combinationAuthorshipField, "combinationAuthorship", 0, row, GRID_COLS-1, row);
274 274

  

Also available in: Unified diff