Project

General

Profile

« Previous | Next » 

Revision f957f84d

Added by Katja Luther over 7 years ago

change herbarium to collection

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/specimenSearch/SpecimenSearchComposite.java
80 80
        formToolkit.adapt(textAccessionNumber, true, true);
81 81

  
82 82
        Label lblHerbarium = new Label(this, SWT.NONE);
83
        lblHerbarium.setText("Herbarium");
83
        lblHerbarium.setText("Collection");
84 84

  
85 85
        textHerbarium = new Text(this, SWT.NONE);
86 86
        textHerbarium.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP, 1, 1));

Also available in: Unified diff