Check in for new update.
authorp.ciardelli <p.ciardelli@localhost>
Wed, 8 Jul 2009 14:24:17 +0000 (14:24 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Wed, 8 Jul 2009 14:24:17 +0000 (14:24 +0000)
taxeditor-navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/NavigationUtil.java

index 6c13ec8ccfa8af979b40a306eebd96e1d48a7ec9..a250fbe69e351c566feeee807fdc02c404642b48 100644 (file)
@@ -195,7 +195,7 @@ public class NavigationUtil extends AbstractUtility{
                        openEditor(taxonNodes.iterator().next());
                }else{
                        // FIXME implement a dialog that shows all possible taxa and let the user choose which he wants to open.
-                       warningDialog("The accepted taxon is either in multiple taxonmoic views or the synonym has" +
+                       warningDialog("The accepted taxon is either in multiple taxonomic views or the synonym has" +
                                        " more than one accepted taxon. This case is not handled yet by the software.");
                }
        }