AT:Committing changes post merge
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewInstitutionWizard.java
index 50e1117d35239199953000d78c69e8799ef592df..1eba0be640dbf9de4c056c80c32d23bdedc40e47 100644 (file)
@@ -46,4 +46,9 @@ public class NewInstitutionWizard extends AbstractNewEntityWizard<Institution> {
                return Institution.NewInstance();
        }
 
+       @Override
+       protected String getEntityName() {
+               return "Institution";
+       }
+
 }