From 9dc7e99a42e66b544bef641a419062f616ef7e1e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Apr 2007 08:27:18 +0000 Subject: - Patch #63881 by kbahey: logging documentation improvements. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index bab509f41..a22f9acc4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -251,7 +251,7 @@ function system_menu() { ); $items['admin/settings/logging'] = array( 'title' => t('Logging and alerts'), - 'description' => t('Settings for logging and alerts modules'), + 'description' => t('Settings for logging and alerts modules. Various modules can route Drupal\'s system events to different destination, such as syslog, database, email, ...etc.'), 'page callback' => 'system_logging_overview', ); $items['admin/settings/performance'] = array( -- cgit v1.2.3