Project

General

Profile

« Previous | Next » 

Revision d991bdfe

Added by Katja Luther about 3 years ago

remove Remoting from classnames and rename featuretreecomparator

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/handler/GeneratePolytomousKeyHandler.java
61 61
        UUID taxonUuid = parentDto.getTaxonUuid();
62 62
        int response = MessagingUtils.confirmDialog(
63 63
                "Choose taxonomic scope",
64
                String.format("The common parent taxon of this data set is :\n%s\n\n"
64
                String.format("The common parent taxon of this dataset is :\n%s\n\n"
65 65
                        + "Do you want to use this as the taxonomic scope for the polytomous key?"
66 66
                        , parentDto.getTaxonTitleCache()), "Yes", "Choose different taxon", "Cancel");
67 67
        if(response==2){

Also available in: Unified diff