diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-13 18:50:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-13 18:50:43 +0000 |
commit | d79481b3a093fad333ff0e32912133412ce129de (patch) | |
tree | dc560be60a297b44392dbeb83dc32265d8c6f556 /modules/system/system.module | |
parent | 03e5798defa6e00c6ef26b6ef570cb14d78ea1b6 (diff) | |
download | brdo-d79481b3a093fad333ff0e32912133412ce129de.tar.gz brdo-d79481b3a093fad333ff0e32912133412ce129de.tar.bz2 |
- Patch #394332 by Xano: clean up language around logging and alerts.
Diffstat (limited to 'modules/system/system.module')
-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 5a1297c1f..62d99c1ad 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -646,7 +646,7 @@ function system_menu() { 'access arguments' => array('administer site configuration'), ); $items['admin/settings/logging'] = array( - 'title' => 'Logging, errors and alerts', + 'title' => 'Logging and errors', 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.", 'page callback' => 'drupal_get_form', 'page arguments' => array('system_logging_settings'), |