diff --git a/googleanalytics.admin.inc b/googleanalytics.admin.inc index 313217daf3d77880ad89e32fc339af751a0e013e..d9d422e31fba579ce5912668d316ed3247d7a4d5 100644 --- a/googleanalytics.admin.inc +++ b/googleanalytics.admin.inc @@ -228,7 +228,7 @@ function googleanalytics_admin_settings_form($form_state) { ); $form['googleanalytics_custom_var']['slots'][$i]['value'] = array( '#default_value' => !empty($googleanalytics_custom_vars['slots'][$i]['value']) ? $googleanalytics_custom_vars['slots'][$i]['value'] : '', - '#description' => ($token_enabled ? t('The custom variable value. You may use tokens in this field.') : 'The custom variable value.'), + '#description' => t('The custom variable value. You may use tokens in this field.'), '#type' => 'textfield', ); $form['googleanalytics_custom_var']['slots'][$i]['scope'] = array(