From 6cbf7424a0c40228ec06428ef201039bd1ffbe72 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 31 Jan 2009 15:55:05 +0000 Subject: #349836 by lut4rp: Remove ellipsis in menu description. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'), -- cgit v1.2.3