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

Fix #365384 by attempting to explain the variable better.

parent fcafbc28
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ function gmap_admin_settings(&$form_state) { ...@@ -40,7 +40,7 @@ function gmap_admin_settings(&$form_state) {
$form['initialization']['gmap_private_markerfile'] = array( $form['initialization']['gmap_private_markerfile'] = array(
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Path to gmap_markers.js'), '#title' => t('Path to gmap_markers.js'),
'#description' => t('You are using the <em>Private</em> download method. For markers to work properly. you must press the <em>Regenerate</em> button, manually copy js/gmap_markers.js from the files directory to a location accessible by the webserver, and enter the file path relative to the Drupal root in this field.'), '#description' => t('You are using the <em>Private</em> download method. For markers to work properly. you must press the <em>Regenerate</em> button, manually copy js/gmap_markers.js from the files directory to a location accessible by the webserver, and enter the file path relative to the Drupal root (including the filename) in this field. Example: <em>sites/default/misc/gmap_markers.js</em>'),
'#default_value' => variable_get('gmap_private_markerfile', ''), '#default_value' => variable_get('gmap_private_markerfile', ''),
); );
} }
......
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