Resolves #2376
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / occurrence / CurrentDeterminationDetailSection.java
index a974cf34df1f1da4ba158e3a1d1b3d4f76b627ee..f3e9ffb50c3609907d4820662cb6cb8d1e5b031c 100644 (file)
@@ -106,5 +106,15 @@ public class CurrentDeterminationDetailSection extends
                newElement.setPreferredFlag(true);
                return newElement;
        }
+       
+
+       /* (non-Javadoc)
+        * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionSection#getTooltipString()
+        */
+       /** {@inheritDoc} */
+       @Override
+       protected String getTooltipString() {
+               return "Create new current determination event";
+       }
 
 }