Project

General

Profile

« Previous | Next » 

Revision 318fe1bb

Added by Andreas Müller over 6 years ago

Tools start with capital letter in ABCD configuration

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/AbcdImportConfiguratorWizardPage.java
186 186
		checkBoxImportSiblings.setSelection(configurator.isGetSiblings());
187 187
		checkBoxImportSiblings.setText("Import all children of cultures or tissue samples");
188 188
		checkBoxImportSiblings
189
        .setToolTipText("for a tissue sample or culture all children will be searched and imported");
189
        	.setToolTipText("For a tissue sample or culture all children will be searched and imported");
190 190
		checkBoxImportSiblings.addSelectionListener(new SelectionAdapter() {
191 191
            @Override
192 192
            public void widgetSelected(SelectionEvent e) {
......
198 198
        checkBoxAddIndividualsAssociations.setSelection(configurator.isAddIndividualsAssociationsSuchAsSpecimenAndObservations());
199 199
        checkBoxAddIndividualsAssociations.setText("Create an Individual Association for each Specimen");
200 200
        checkBoxAddIndividualsAssociations
201
        .setToolTipText("for each specimen associated to a taxon an indiviadual association to this taxon is created");
201
        	.setToolTipText("For each specimen associated to a taxon an indiviadual association to this taxon is created");
202 202
        checkBoxAddIndividualsAssociations.addSelectionListener(new SelectionAdapter() {
203 203
            @Override
204 204
            public void widgetSelected(SelectionEvent e) {
......
210 210
        checkBoxReuseDescriptiveGroups.setSelection(configurator.isReuseExistingDescriptiveGroups());
211 211
        checkBoxReuseDescriptiveGroups.setText("Reuse existing descriptive group");
212 212
        checkBoxReuseDescriptiveGroups
213
        .setToolTipText("reuse one of the existing descriptive groups or create a new one for every import");
213
        	.setToolTipText("Reuse one of the existing descriptive groups or create a new one for every import");
214 214
        checkBoxReuseDescriptiveGroups.addSelectionListener(new SelectionAdapter() {
215 215
            @Override
216 216
            public void widgetSelected(SelectionEvent e) {
......
222 222
        checkBoxReuseExistingTaxa.setSelection(configurator.isReuseExistingTaxaWhenPossible());
223 223
        checkBoxReuseExistingTaxa.setText("Reuse existing taxa when possible");
224 224
        checkBoxReuseExistingTaxa
225
        .setToolTipText("reuse existing taxa when the name matches the identified name of the specimen");
225
        	.setToolTipText("Reuse existing taxa when the name matches the identified name of the specimen");
226 226
        checkBoxReuseExistingTaxa.addSelectionListener(new SelectionAdapter() {
227 227
            @Override
228 228
            public void widgetSelected(SelectionEvent e) {

Also available in: Unified diff