summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-31 15:55:05 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-31 15:55:05 +0000
commit6cbf7424a0c40228ec06428ef201039bd1ffbe72 (patch)
tree41466d7b0b14d6a77592f4fdbfb6cdf7317e8b78
parente3e2ef348006b99ccd762626b16842aea17adf39 (diff)
downloadbrdo-6cbf7424a0c40228ec06428ef201039bd1ffbe72.tar.gz
brdo-6cbf7424a0c40228ec06428ef201039bd1ffbe72.tar.bz2
#349836 by lut4rp: Remove ellipsis in menu description.
-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 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'),