From ed5b4555d2a074dd8c6c7a5c5d51b7ef3dda25d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Nov 2003 18:26:57 +0000 Subject: - Fixed incorrect link title. --- modules/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/watchdog.module') 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.
Note:", 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; } -- cgit v1.2.3