From b16ec1ce2174806c902faea234857d9735b441ea Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 11 Feb 2015 09:14:48 +0100 Subject: [PATCH] Improve translation. --- module/languages/en/tl_leaflet_marker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/languages/en/tl_leaflet_marker.php b/module/languages/en/tl_leaflet_marker.php index bd92b5e..fde43f2 100644 --- a/module/languages/en/tl_leaflet_marker.php +++ b/module/languages/en/tl_leaflet_marker.php @@ -22,7 +22,7 @@ $GLOBALS['TL_LANG']['tl_leaflet_marker']['toggle'][1] = 'Toggle marker ID %s act $GLOBALS['TL_LANG']['tl_leaflet_marker']['icons'][0] = 'Manage icons'; $GLOBALS['TL_LANG']['tl_leaflet_marker']['icons'][1] = 'Manage marker icons.'; $GLOBALS['TL_LANG']['tl_leaflet_marker']['popups'][0] = 'Manage popups'; -$GLOBALS['TL_LANG']['tl_leaflet_marker']['popups'][1] = 'Manage popups icons'; +$GLOBALS['TL_LANG']['tl_leaflet_marker']['popups'][1] = 'Manage popup options.'; $GLOBALS['TL_LANG']['tl_leaflet_marker']['title'][0] = 'Title'; $GLOBALS['TL_LANG']['tl_leaflet_marker']['title'][1] = 'Title of the map.';