Resolves #2376
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / occurrence / DeterminationHistoryDetailSection.java
index 518a1d92b7ceae1ece1bb76a0e8b394283a70c08..7cb2fe9d85fcf04cd0e3af13deb1aa1064241856 100644 (file)
@@ -50,5 +50,15 @@ public class DeterminationHistoryDetailSection extends
        public void refresh() {
                internalUpdateSection(false);
        }
+       
+
+       /* (non-Javadoc)
+        * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionSection#getTooltipString()
+        */
+       /** {@inheritDoc} */
+       @Override
+       protected String getTooltipString() {
+               return "Add a determination event to the history";
+       }
 
 }