diff --git a/googleanalytics.admin.inc b/googleanalytics.admin.inc index 9625e6f..ef07658 100644 --- a/googleanalytics.admin.inc +++ b/googleanalytics.admin.inc @@ -281,7 +281,7 @@ function googleanalytics_admin_settings_form($form_state) { $form['tracking']['privacy']['googleanalytics_privacy_donottrack'] = array( '#type' => 'checkbox', '#title' => t('Universal web tracking opt-out'), - '#description' => t('WARNING: Enabling this option will prevent the tracking code from appearing in Goole Chome.

+ '#description' => t('WARNING: Enabling this option will prevent the tracking code from appearing in Google Chrome.

If enabled and your server receives the Do-Not-Track header from the client browser, the Google Analytics module will not embed any tracking code into your site. Compliance with Do Not Track could be purely voluntary, enforced by industry self-regulation, or mandated by state or federal law. Please accept your visitors privacy. If they have opt-out from tracking and advertising, you should accept their personal decision. This feature is currently limited to logged in users and disabled page caching.', array('@donottrack' => 'http://donottrack.us/')), '#default_value' => $config->get('privacy_donottrack'), );