From: Andreas Müller Date: Fri, 27 May 2016 10:04:14 +0000 (+0200) Subject: Typo in orphaned taxon message #5824 X-Git-Tag: 4.1.0^2~15 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/f780e7d4ffd15f7e4335b411e24cfc9f2022e93c Typo in orphaned taxon message #5824 --- diff --git a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java index f943e33f4..3f893ddf3 100644 --- a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java +++ b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java @@ -183,7 +183,7 @@ public class EditorUtil extends AbstractUtility { else{ MessagingUtils.warningDialog("Orphaned Taxon", TaxonEditorInput.class, "This is an orphaned taxon " + "i.e. a taxon that is not connected to a classification and not having any taxonomic " - + "relationships. Editing of orphaned taxa in the name editor currently not supported. " + + "relationships. Editing of orphaned taxa in the name editor is currently not supported. " + "Try editing with the bulk editor"); return; }