diff --git a/webform_report_criteria.inc b/webform_report_criteria.inc
index a799437..bc02b25 100644
--- a/webform_report_criteria.inc
+++ b/webform_report_criteria.inc
@@ -320,7 +320,7 @@ function webform_report_criteria_form($form_state, $node) {
       '#type' => 'checkbox',
       '#title' => t('Include all webform components in the CSV export'),
       '#default_value' => $default,
-      '#description' => t('Checking this option will include all components from the webform in CSV exports, instead of only the columns specified in the report.')
+      '#description' => t('Checking this option will include all components from the webform in CSV exports, instead of only the columns specified in the report. You can exclude columns from these exports by adding hidden fields to the report columns.')
     );
     
     $default = FALSE;  
