? .buildpath
? .project
? .settings
? error_msg_settings.patch
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.251
diff -u -p -r1.251 system.admin.inc
--- modules/system/system.admin.inc	15 Jan 2010 13:32:41 -0000	1.251
+++ modules/system/system.admin.inc	18 Jan 2010 00:44:56 -0000
@@ -1596,13 +1596,14 @@ function system_site_information_setting
 function system_logging_settings() {
   $form['error_level'] = array(
     '#type' => 'radios',
-    '#title' => t('Display PHP messages'),
+    '#title' => t('Error messages to display'),
     '#default_value' => ERROR_REPORTING_DISPLAY_ALL,
     '#options' => array(
       ERROR_REPORTING_HIDE => t('None'),
       ERROR_REPORTING_DISPLAY_SOME => t('Errors and warnings'),
       ERROR_REPORTING_DISPLAY_ALL => t('All messages'),
     ),
+    '#description' => t('It is recommended that sites running on production environments do not display any errors.'),
   );
 
   return system_settings_form($form);
