summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
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(