From 3301f200381dec8381dc34412276744b80c9486e Mon Sep 17 00:00:00 2001 From: wildsight Date: Wed, 23 May 2018 13:34:38 -0600 Subject: [PATCH] Update Map.setting.php --- settings/Map.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Map.setting.php b/settings/Map.setting.php index a465b253e0..aee9fdfae3 100644 --- a/settings/Map.setting.php +++ b/settings/Map.setting.php @@ -72,7 +72,7 @@ return array( ), 'default' => NULL, 'title' => 'Geocoding Provider', - 'description' => 'You may choose a different webservice for geocoding. This is required if there is no geo-coding plugin for your selected mapping provider. You can leave the Geocoding fields blank if you are using Google as your mapping provider.', + 'description' => 'You may choose a different webservice for geocoding or select the same service.', ), 'mapAPIKey' => array( 'add' => '4.7', @@ -91,7 +91,7 @@ return array( ), 'default' => NULL, 'title' => 'Map Provider Key', - 'description' => 'Enter your API Key or Application ID. An API Key is currently optional for Google Maps API, but may be helpful diagnosing any problems and required for higher volumes of requests. Refer to developers.google.com for the latest information.', + 'description' => 'Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.', ), 'mapProvider' => array( 'add' => '4.7', -- 2.25.1