water -> watersurface #4031
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 4 Feb 2014 17:20:08 +0000 (17:20 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 4 Feb 2014 17:20:08 +0000 (17:20 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java

index 95950ba7fd2c9a4d240b46606af4d7acd1b53ca3..6121366cd26d0a37c8df6c0ca8dab499752fb26b 100644 (file)
@@ -85,7 +85,7 @@ public class GatheringEventDetailElement extends
                                formElement, "Dist. To Ground : ", entity, MinMaxTextSection.UnitType.DIST_TO_GROUND,  style);
                
                element_distToWater = formFactory.createGatheringEventUnitElement(
-                               formElement, "Dist. To Water : ", entity, MinMaxTextSection.UnitType.DIST_TO_WATER,  style);
+                               formElement, "Dist. To Watersurface : ", entity, MinMaxTextSection.UnitType.DIST_TO_WATER,  style);
                
         section_collectingAreas = formFactory.createCollectingAreasDetailSection(getConversationHolder(), formElement, ExpandableComposite.TWISTIE);
         section_collectingAreas.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));