From 6b9a13f44db5512bec042e72091eb2b1fee0e929 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Mon, 20 Jul 2015 13:20:01 +0200 Subject: [PATCH] Small wording fix for flood vector building impact --- .../flood_vector_building_impact/parameter_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safe/impact_functions/inundation/flood_vector_building_impact/parameter_definitions.py b/safe/impact_functions/inundation/flood_vector_building_impact/parameter_definitions.py index c8a14c680a..3c08811d88 100644 --- a/safe/impact_functions/inundation/flood_vector_building_impact/parameter_definitions.py +++ b/safe/impact_functions/inundation/flood_vector_building_impact/parameter_definitions.py @@ -21,7 +21,7 @@ def target_field(): field.name = 'Target Field' field.is_required = True field.help_text = ( - 'This field of impact layer marks inundated roads by \'1\' value') + 'This field of impact layer marks inundated buildings by \'1\' value') field.description = ( 'This field of impact layer marks inundated roads by \'1\' value. ' 'This is the longer description of this parameter.')