diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-13 08:27:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-13 08:27:18 +0000 |
commit | 9dc7e99a42e66b544bef641a419062f616ef7e1e (patch) | |
tree | 07a0d30d48d69d7b3d1a5ef91acd3b7fc7545014 /modules/system | |
parent | 807c2a2d09e8462c7d4cedfb80a57bd8ba44d29d (diff) | |
download | brdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.gz brdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.bz2 |
- Patch #63881 by kbahey: logging documentation improvements.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
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( |