From b6532a4fdbb5e32f2ab3bd7250aedd435313e52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 14 Dec 2007 18:08:50 +0000 Subject: #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed --- modules/syslog/syslog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/syslog/syslog.module') diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module index 5e154b459..b9810ea91 100644 --- a/modules/syslog/syslog.module +++ b/modules/syslog/syslog.module @@ -21,7 +21,7 @@ function syslog_help($path, $arg) { case 'admin/help#syslog': $output = '

'. t("The syslog module enables Drupal to send messages to the operating system's logging facility.") .'

'; $output .= '

'. t('Syslog is an operating system administrative logging tool, and provides valuable information for use in system management and security auditing. Most suited to medium and large sites, syslog provides filtering tools that allow messages to be routed by type and severity. On UNIX/Linux systems, the file /etc/syslog.conf defines this routing configuration; on Microsoft Windows, all messages are sent to the Event Log. For more information on syslog facilities, severity levels, and how to set up a syslog.conf file, see UNIX/Linux syslog.conf and PHP\'s openlog and syslog functions.', array('@syslog_conf' => url('http://www.rt.com/man/syslog.5.html'), '@php_openlog' => url('http://www.php.net/manual/en/function.openlog.php'), '@php_syslog' => url('http://www.php.net/manual/en/function.syslog.php'))) .'

'; - $output .= '

'. t('For more information please read the handbook Syslog page.', array('@syslog' => 'http://drupal.org/handbook/modules/syslog')) .'

'; + $output .= '

'. t('For more information, see the online handbook entry for Syslog module.', array('@syslog' => 'http://drupal.org/handbook/modules/syslog')) .'

'; return $output; } } -- cgit v1.2.3