Index: pifr.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_review/pifr.admin.inc,v
retrieving revision 1.6
diff -u -r1.6 pifr.admin.inc
--- pifr.admin.inc	19 Jan 2009 10:08:26 -0000	1.6
+++ pifr.admin.inc	17 Jul 2009 19:47:52 -0000
@@ -91,7 +91,7 @@
   $form['general']['pifr_debug'] = array(
     '#type' => 'checkbox',
     '#title' => t('Debug'),
-    '#description' => t('Control the output of detailed debug information to the watchdog log.'),
+    '#description' => t('Control the output of detailed debug information to the watchdog log. <b>Do not use on client.</b>'),
     '#default_value' => PIFR_DEBUG,
   );
 
