Merge branch 'develop' into wset
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / TaxonLinkHelper.java
index a57b25197aef27843bc415f3a5a1fb1884c7b437..e3b95583f28cbb2928d9235abba3b2fd1e2e3b68 100644 (file)
@@ -18,6 +18,7 @@ import org.eclipse.ui.navigator.ILinkHelper;
 import eu.etaxonomy.cdm.model.taxon.TaxonNode;
 import eu.etaxonomy.taxeditor.editor.TaxonEditorInput;
 import eu.etaxonomy.taxeditor.model.MessagingUtils;
+import eu.etaxonomy.taxeditor.navigation.l10n.Messages;
 
 /**
  * When a taxon is open in an editor and this editor has focus, its entry in the
@@ -55,7 +56,7 @@ public class TaxonLinkHelper implements ILinkHelper {
 //                             }
 //                     }
                } catch (Exception e) {
-                       MessagingUtils.warningDialog("Could not create Taxon", this, e.getMessage());
+                       MessagingUtils.warningDialog(Messages.TaxonLinkHelper_CREATE_FAIL, this, e.getMessage());
                }
        }