Index: mollom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.module,v
retrieving revision 1.2.2.27
diff -u -p -r1.2.2.27 mollom.module
--- mollom.module	20 Oct 2008 07:49:20 -0000	1.2.2.27
+++ mollom.module	21 Oct 2008 11:59:52 -0000
@@ -283,7 +283,7 @@ function mollom_report_contact($form_sta
   $form['feedback'] = _mollom_feedback_options();
 
   return confirm_form($form,
-  t('Are you sure you want to report the e-mail as inappropriate?'),
+  t('Are you sure you want to report the e-mail message as inappropriate?'),
   isset($_GET['destination']) ? $_GET['destination'] : '',
   t('This action cannot be undone.'),
   t('Report as inappropriate'), t('Cancel'));
