Resolves #2376
authorn.hoffmann <n.hoffmann@localhost>
Thu, 12 May 2011 16:50:30 +0000 (16:50 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 12 May 2011 16:50:30 +0000 (16:50 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/AbstractDeterminationEventDetailSection.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/CurrentDeterminationDetailSection.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DeterminationHistoryDetailSection.java

index c0d0f0c5e9da8e0175fb03390a42ffcc0fb25103..caaa50eb59318a52eee7f05b1fbb998cddd6b14f 100644 (file)
@@ -78,13 +78,4 @@ public abstract class AbstractDeterminationEventDetailSection extends
                return "No determinations yet.";
        }
 
-       /* (non-Javadoc)
-        * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionSection#getTooltipString()
-        */
-       /** {@inheritDoc} */
-       @Override
-       protected String getTooltipString() {
-               return "Add a determination event";
-       }
-
 }
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";
+       }
 
 }
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";
+       }
 
 }