From 4b616b632410bf5031316388906b523a8f766c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 27 Oct 2007 13:23:33 +0000 Subject: #100580 by keith.smith: reword error reporting description to be more clear --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3