Skip to content
Snippets Groups Projects
Commit ad4603f5 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#901430 by not_Dries_Buytaert: Change link in help text.

parent c2fa8e5d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ function gmap_admin_settings(&$form_state) {
}
$form['initialization']['googlemap_api_key']['#title'] = t('Google Maps API Key');
$form['initialization']['googlemap_api_key']['#description'] = t('Your personal Googlemaps API key. You must get this for each separate website at <a href="http://www.google.com/apis/maps/">Google Map API website</a>.');
$form['initialization']['googlemap_api_key']['#description'] = t('Your personal Googlemaps API key. You must get this for each separate website at <a href="http://code.google.com/apis/maps/signup.html">Google Map API website</a>.');
if (variable_get('file_downloads', FILE_DOWNLOADS_PUBLIC) != FILE_DOWNLOADS_PUBLIC) {
$form['initialization']['gmap_private_markerfile'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment