Project

General

Profile

« Previous | Next » 

Revision ba390530

Added by Katja Luther almost 7 years ago

ref #6619: adapt labeling of configuration wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExcelDistributionUpdateWizard.java
25 25

  
26 26
import eu.etaxonomy.cdm.database.DbSchemaValidation;
27 27
import eu.etaxonomy.cdm.io.distribution.excelupdate.ExcelDistributionUpdateConfigurator;
28
import eu.etaxonomy.taxeditor.l10n.Messages;
28 29
import eu.etaxonomy.taxeditor.store.CdmStore;
29 30

  
30 31
/**
......
108 109
        ignoreMethods.add("setIgnoreNull");
109 110
        ignoreMethods.add("setInteractWithUser");
110 111
        ignoreMethods.add("setUseClassification");
111
        pageConfiguration = GenericConfiguratorWizardPage.Import(CONFIGURATION_PAGE, getConfigurator(), ignoreMethods);
112
        pageConfiguration = GenericConfiguratorWizardPage.Import(CONFIGURATION_PAGE, getConfigurator(), ignoreMethods, Messages.ExcelDistributionUpdateWizard_ConfiguratorWizard_label);
112 113
        addPage(pageConfiguration);
113 114
    }
114 115

  

Also available in: Unified diff