Project

General

Profile

« Previous | Next » 

Revision 5fec480a

Added by Katja Luther about 3 years ago

rename featureTree package to termtree

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixBottomToolbar.java
161 161
                UUID taxonUuid = parentDto.getTaxonUuid();
162 162
                int response = MessagingUtils.confirmDialog(
163 163
                        "Choose taxonomic scope",
164
                        String.format("The common parent taxon of this data set is :\n%s\n\n"
164
                        String.format("The common parent taxon of this dataset is :\n%s\n\n"
165 165
                                + "Do you want to use this as the taxonomic scope for the polytomous key?"
166 166
                                , parentDto.getTaxonTitleCache()), "Yes", "Choose different taxon", "Cancel");
167 167
                if(response==2){
......
222 222
        }
223 223
        UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().invoke(config);
224 224

  
225
        String jobLabel = "Aggregate Descriptive Data Set";
225
        String jobLabel = "Aggregate Descriptive Dataset";
226 226
        Job job = Job.create(jobLabel, (ICoreRunnable) monitor -> {
227 227
            SubMonitor subMonitor = SubMonitor.convert(monitor);
228 228
            subMonitor.beginTask(jobLabel, IProgressMonitor.UNKNOWN);

Also available in: Unified diff