diff --git a/farm_area.module b/farm_area.module index 5bcd814a..c244f3b1 100644 --- a/farm_area.module +++ b/farm_area.module @@ -58,7 +58,7 @@ function farm_area_farm_area_type_info() { 'weight' => 50, ), 'water' => array( - 'label' => t('Water feature'), + 'label' => t('Water'), 'style' => 'farm_map_style_blue', 'weight' => 50, ),