Project

General

Profile

« Previous | Next » 

Revision f780e7d4

Added by Andreas Müller almost 8 years ago

Typo in orphaned taxon message #5824

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
183 183
            else{
184 184
                MessagingUtils.warningDialog("Orphaned Taxon", TaxonEditorInput.class, "This is an orphaned taxon "
185 185
                        + "i.e. a taxon that is not connected to a classification and not having any taxonomic "
186
                        + "relationships. Editing of orphaned taxa in the name editor currently not supported. "
186
                        + "relationships. Editing of orphaned taxa in the name editor is currently not supported. "
187 187
                        + "Try editing with the bulk editor");
188 188
                return;
189 189
            }

Also available in: Unified diff