summaryrefslogtreecommitdiff
path: root/modules/syslog/syslog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/syslog/syslog.module')
-rw-r--r--modules/syslog/syslog.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module
index 8e55664e1..e11f151f3 100644
--- a/modules/syslog/syslog.module
+++ b/modules/syslog/syslog.module
@@ -25,8 +25,8 @@ function syslog_help($section) {
function syslog_menu() {
$items['admin/settings/logging/syslog'] = array(
- 'title' => t('Syslog'),
- 'description' => t('Settings for syslog logging. Syslog is a system administration logging tool, where messages are routed by facility and severity. It is more suitable for medium to large sites, and would not be suitable for shared hosting environments.'),
+ 'title' => 'Syslog',
+ 'description' => 'Settings for syslog logging. Syslog is a system administration logging tool, where messages are routed by facility and severity. It is more suitable for medium to large sites, and would not be suitable for shared hosting environments.',
'page callback' => 'drupal_get_form',
'page arguments' => array('syslog_admin_settings'),
);