Index: modules/fieldgroup/fieldgroup.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/modules/fieldgroup/fieldgroup.module,v
retrieving revision 1.79.2.40
diff -u -p -r1.79.2.40 fieldgroup.module
--- modules/fieldgroup/fieldgroup.module	10 Nov 2008 15:56:35 -0000	1.79.2.40
+++ modules/fieldgroup/fieldgroup.module	9 Feb 2009 16:15:54 -0000
@@ -194,7 +194,7 @@ function fieldgroup_remove_group(&$form_
   $form['#group_name'] = $group_name;
 
   return confirm_form($form,
-                  t('Are you sure you want to remove the group %label?',
+                  t('Are you sure you want to remove the group %label? (NOTE: no fields will be deleted.)',
                   array('%label' => t($group['label']))),
                   'admin/content/node-type/'. $content_type['url_str'] .'/fields', t('This action cannot be undone.'),
                   t('Remove'), t('Cancel'));
