--- googleanalytics.admin.inc 2009-03-08 20:38:26.000000000 +0900 +++ googleanalyticsNew.admin.inc 2010-01-07 08:45:12.000000000 +0900 @@ -240,7 +240,7 @@ function googleanalytics_admin_settings_ $form['advanced']['googleanalytics_js_scope'] = array( '#type' => 'select', '#title' => t('JavaScript scope'), - '#description' => t("Warning: Google recommends adding the external JavaScript files to footer for performance reasons."), + '#description' => t("Asynchronous tracking is enabled when header scope is chosen."), '#options' => array( 'footer' => t('Footer'), 'header' => t('Header'),