From a8915edf8f6ba5ccdc48bd9793efce232ec01128 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 12 Feb 2014 22:57:18 +0100 Subject: [PATCH] Update Maps.i18n.php Improved message to make it easier to understand. Spotted by translatewiki.net community. --- Maps.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maps.i18n.php b/Maps.i18n.php index 535f2b81b..9c8f109bc 100644 --- a/Maps.i18n.php +++ b/Maps.i18n.php @@ -109,7 +109,7 @@ // display_map parser hook 'maps-displaymap-par-mappingservice' => 'Allows setting the mapping service that will be used to generate the map.', 'maps-displaymap-par-coordinates' => 'The location the map will initially be centered on.', - 'maps-displaymap-par-visitedicon' => 'The name of an image to be used for marker icons after they have been clicked', + 'maps-displaymap-par-visitedicon' => 'The filename of an image to be used for marker icons after the original markers have been clicked', 'maps-displaymap-par-zoom' => 'Allows setting the zoom level of the map. When not provided and multiple markers are present on the map, the best fitting zoom will be taken, not the configurable default.', 'maps-displaymap-par-coordinates' => 'One or more locations to display on the map. They will be indicated with a marker.',