Project

General

Profile

« Previous | Next » 

Revision 1e816532

Added by Katja Luther almost 6 years ago

smaller changes in io wizards and navigator menu

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/ris/RISImportWizardE4.java
109 109
    private void addDataSourcePage(){
110 110
        dataSourcePage = ContextInjectionFactory.make(ImportFromFileDataSourceWizardPageE4.class, context);
111 111
        dataSourcePage.setTitle("Choose Ris File");
112
        dataSourcePage.setDescription("Please choose an xls file in the Distribution Update format.");
112
        dataSourcePage.setDescription("Please choose a file in RIS format.");
113 113
        dataSourcePage.setExtensions(new String[]{"*.txt"});
114 114
        addPage(dataSourcePage);
115 115
    }

Also available in: Unified diff