i18n
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / classification / TaxonNodeWizardPage.java
index f6e7a300d1b1105c24fe6edcf6364eadc497ff46..dc90c3109cb9b4b3f291164db3cf098cda48f44b 100644 (file)
@@ -59,7 +59,7 @@ public class TaxonNodeWizardPage extends AbstractCdmEntityWizardPage<ITaxonTreeN
                        ConversationHolder conversation, ITaxonTreeNode entity, IWizardPageListener closeOnEnterListener, boolean isCreateNew) {
                super(formFactory, conversation, entity);
                this.wizardPageListener = closeOnEnterListener;
-               setTitle("TaxonNode");
+               setTitle("Edit taxon node");
                this.isCreateNew = isCreateNew;
 
        }