From 2496994759bfc9e62ff329427c105a946b11b518 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 20 Jan 2015 13:13:35 +0100 Subject: [PATCH] Fix translation. --- module/languages/en/tl_leaflet_vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/languages/en/tl_leaflet_vector.php b/module/languages/en/tl_leaflet_vector.php index 58f25d2..4c86141 100644 --- a/module/languages/en/tl_leaflet_vector.php +++ b/module/languages/en/tl_leaflet_vector.php @@ -54,4 +54,4 @@ $GLOBALS['TL_LANG']['tl_leaflet_vector']['bounds'][1] = 'Each field define $GLOBALS['TL_LANG']['tl_leaflet_vector']['style'][0] = 'Style'; $GLOBALS['TL_LANG']['tl_leaflet_vector']['style'][1] = 'Choose a style. If none defined, the default style of leaflet is used.'; $GLOBALS['TL_LANG']['tl_leaflet_vector']['affectBounds'][0] = 'Affect map bounds'; -$GLOBALS['TL_LANG']['tl_leaflet_vector']['affectBounds'][1] = 'If the map support it the vector will be used to affect the initial map bounds.'; +$GLOBALS['TL_LANG']['tl_leaflet_vector']['affectBounds'][1] = 'If the map support it the vector will affect the initial map bounds.';