summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-27 13:23:33 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-27 13:23:33 +0000
commit4b616b632410bf5031316388906b523a8f766c9f (patch)
tree13ee71babaf209f21700096c79e42acc1feb41c3 /modules/system/system.admin.inc
parent4ac53c34a72190f2793cf0c74a42c786845410a1 (diff)
downloadbrdo-4b616b632410bf5031316388906b523a8f766c9f.tar.gz
brdo-4b616b632410bf5031316388906b523a8f766c9f.tar.bz2
#100580 by keith.smith: reword error reporting description to be more clear
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 458673503..97980c8a4 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1129,7 +1129,7 @@ function system_error_reporting_settings() {
$form['error_level'] = array(
'#type' => 'select', '#title' => t('Error reporting'), '#default_value' => variable_get('error_level', 1),
'#options' => array(t('Write errors to the log'), t('Write errors to the log and to the screen')),
- '#description' => t('Where Drupal, PHP and SQL errors are logged. On a production server it is recommended that errors are only written to the error log. On a test server it can be helpful to write logs to the screen.')
+ '#description' => t('Specify where Drupal, PHP and SQL errors are logged. While it is recommended that a site running in a production environment write errors to the log only, in a development or testing environment it may be helpful to write errors both to the log and to the screen.')
);
return system_settings_form($form);