diff --git a/profile_csv.module b/profile_csv.module
index ccf82b8..b29eeaf 100755
--- a/profile_csv.module
+++ b/profile_csv.module
@@ -97,8 +97,8 @@ function profile_csv_admin_settings() {
   $set = 'fields';
   $form[$set] = array(
     '#type'          => 'fieldset',
-    '#title'         => t('General'),
-    '#description'   =>  t('Select one or more profile fields.'),
+    '#title'         => t('Fields to export'),
+    '#description'   => t('Select one or more profile fields.'),
     '#collapsible'   => TRUE,
     '#collapsed'     => TRUE,
   );
