diff --git a/mollom.admin.inc b/mollom.admin.inc index 4bceeed..094664b 100644 --- a/mollom.admin.inc +++ b/mollom.admin.inc @@ -270,7 +270,7 @@ function mollom_admin_configure_form($form, &$form_state, $mollom_form = NULL) { '#title' => t('Text fields to analyze'), '#options' => $elements, '#default_value' => $enabled_fields, - '#description' => t('Only enable fields that accept text (not numbers). Omit fields that contain sensible data (e.g., credit card numbers) or computed/auto-generated values, as well as author information fields (e.g., name, e-mail).'), + '#description' => t('Only enable fields that accept text (not numbers). Omit fields that contain sensitive data (e.g., credit card numbers) or computed/auto-generated values, as well as author information fields (e.g., name, e-mail).'), '#access' => !empty($mollom_form['elements']), '#states' => array( 'visible' => array(