From 71084aeeae19c7de5611b925592a7139752270a9 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 2 Feb 2015 08:07:13 +0100 Subject: [PATCH] Improve description. --- module/languages/en/tl_leaflet_map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/languages/en/tl_leaflet_map.php b/module/languages/en/tl_leaflet_map.php index 6da6111..23e3dfd 100644 --- a/module/languages/en/tl_leaflet_map.php +++ b/module/languages/en/tl_leaflet_map.php @@ -66,7 +66,7 @@ $GLOBALS['TL_LANG']['tl_leaflet_map']['adjustZoomExtra'][1] = 'Enable if you $GLOBALS['TL_LANG']['tl_leaflet_map']['layers'][0] = 'Default layers'; $GLOBALS['TL_LANG']['tl_leaflet_map']['layers'][1] = 'Inital visible layers of the map. For optional layers use the layers control.'; $GLOBALS['TL_LANG']['tl_leaflet_map']['adjustBounds'][0] = 'Adjust bounds'; -$GLOBALS['TL_LANG']['tl_leaflet_map']['adjustBounds'][1] = 'If enabled the map will fit to bounds to objects being marked to affect the bounds.'; +$GLOBALS['TL_LANG']['tl_leaflet_map']['adjustBounds'][1] = 'If enabled the map will fit into bounds of data layers which are marked to affect the map bounds.'; $GLOBALS['TL_LANG']['tl_leaflet_map']['locate'][0] = 'Locate user position'; $GLOBALS['TL_LANG']['tl_leaflet_map']['locate'][1] = 'Initial map zoom.Tries to locate the user using the Geolocation API.'; $GLOBALS['TL_LANG']['tl_leaflet_map']['locateWatch'][0] = 'Watch continuously';