summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-27 18:26:57 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-27 18:26:57 +0000
commited5b4555d2a074dd8c6c7a5c5d51b7ef3dda25d1 (patch)
tree119d703eab57748e691a767158ef0755f2fea8ff /modules
parent61232242f3329257c157e3d78aaa167901f222fe (diff)
downloadbrdo-ed5b4555d2a074dd8c6c7a5c5d51b7ef3dda25d1.tar.gz
brdo-ed5b4555d2a074dd8c6c7a5c5d51b7ef3dda25d1.tar.bz2
- Fixed incorrect link title.
Diffstat (limited to 'modules')
-rw-r--r--modules/watchdog.module2
-rw-r--r--modules/watchdog/watchdog.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index d765d2fc8..44332e703 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -35,7 +35,7 @@ function watchdog_help($section = "admin/help#watchdog") {
$output = t("Logs and records system events.");
break;
case 'admin/system/modules/watchdog':
- $output = t("Watchdog logs your system events. To see these logs go to %watchdog. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log.<br />Note:<ul><li>To discard entries as set below you must run \"cron.php\" regularly.</li></ul>", array("%watchdog" => l(t("Site monitoring"), "admin/watchdog")));
+ $output = t("Watchdog logs your system events. To see these logs go to %watchdog. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => l(t("messages"), "admin/watchdog")));
break;
}
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index d765d2fc8..44332e703 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -35,7 +35,7 @@ function watchdog_help($section = "admin/help#watchdog") {
$output = t("Logs and records system events.");
break;
case 'admin/system/modules/watchdog':
- $output = t("Watchdog logs your system events. To see these logs go to %watchdog. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log.<br />Note:<ul><li>To discard entries as set below you must run \"cron.php\" regularly.</li></ul>", array("%watchdog" => l(t("Site monitoring"), "admin/watchdog")));
+ $output = t("Watchdog logs your system events. To see these logs go to %watchdog. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => l(t("messages"), "admin/watchdog")));
break;
}