From f780e7d4ffd15f7e4335b411e24cfc9f2022e93c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Fri, 27 May 2016 12:04:14 +0200 Subject: [PATCH] Typo in orphaned taxon message #5824 --- .../src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1