diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-31 15:55:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-31 15:55:05 +0000 |
commit | 6cbf7424a0c40228ec06428ef201039bd1ffbe72 (patch) | |
tree | 41466d7b0b14d6a77592f4fdbfb6cdf7317e8b78 | |
parent | e3e2ef348006b99ccd762626b16842aea17adf39 (diff) | |
download | brdo-6cbf7424a0c40228ec06428ef201039bd1ffbe72.tar.gz brdo-6cbf7424a0c40228ec06428ef201039bd1ffbe72.tar.bz2 |
#349836 by lut4rp: Remove ellipsis in menu description.
-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 a7ac5d319..4f8e7983b 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -608,7 +608,7 @@ function system_menu() { ); $items['admin/settings/logging'] = array( 'title' => 'Logging, errors and alerts', - 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.", + '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'), 'access arguments' => array('administer site configuration'), |