Project

General

Profile

« Previous | Next » 

Revision fd711754

Added by Katja Luther almost 4 years ago

ref #8785: update descriptions in description list after merge

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/StructuredDescriptionAggregationConfigurationWizardPage.java
95 95
        });
96 96

  
97 97
        checkUseSelectedTaxonNode= new Button(radioComposite,  SWT.RADIO);
98
        checkUseSelectedTaxonNode.setText("Aggregation only for selected taxon/taxa");
98
        checkUseSelectedTaxonNode.setText(Messages.AggregationWizardPage_SINGLE_TAXON);
99 99
        checkUseSelectedTaxonNode.addListener(SWT.Selection, new Listener() {
100 100
            @Override
101 101
            public void handleEvent(Event e) {

Also available in: Unified diff