rename FieldObservation -> FieldUnit #3566
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / IPreferenceKeys.java
index 7254819d9880116e879ac70dbe829eaf4f4cf69a..0545633720267c1c95b2687e067e4c8db5f04acb 100644 (file)
@@ -11,6 +11,7 @@
 package eu.etaxonomy.taxeditor.preference;
 
 import eu.etaxonomy.cdm.model.common.IDefinedTerm;
+import eu.etaxonomy.cdm.model.occurrence.FieldUnit;
 
 /**
  * <p>IPreferenceKeys interface.</p>
@@ -109,9 +110,9 @@ public interface IPreferenceKeys {
        public static final String OPENURL_IMAGE_MAX_HEIGHT = "eu.etaxonomy.taxeditor.openUrlImageMaxHeight";
 
        /**
-        * Whether the occurrence bulk editor should show {@link FieldObservation} objects
+        * Whether the occurrence bulk editor should show {@link FieldUnit} objects
         */
-       public static final String BULK_EDITOR_OCCURRENCE_SHOW_FIELD_OBSERVATIONS = "eu.etaxonomy.taxeditor.bulkeditor.occurrence.showFieldObservations";
+       public static final String BULK_EDITOR_OCCURRENCE_SHOW_FIELD_UNITS = "eu.etaxonomy.taxeditor.bulkeditor.occurrence.showFieldUnits";
 
        public static final String SEARCH_OPEN_RESULTS_IN_SEPARATE_WINDOWS = "eu.etaxonomy.taxeditor.navigation.search.openResultInSeparateWindows";