From a18b09b0e5a8e25879d394d0dd98f69a283a8124 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Sep 2003 07:31:17 +0000 Subject: - Fixed bug #2874: typo in watchdog module help. Patch by Stefan. --- modules/watchdog.module | 2 +- modules/watchdog/watchdog.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/watchdog.module b/modules/watchdog.module index 1a3c83bda..bad8243d7 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -36,7 +36,7 @@ function watchdog_help($section = "admin/help") { function watchdog_system($field){ $system["description"] = t("Logs and records system events."); - $system["admin_help"] = t("Watchdog logs your system events. Too see these logs go to Site monitoring. 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" => url("admin/watchdog"))); + $system["admin_help"] = t("Watchdog logs your system events. To see these logs go to Site monitoring. 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" => url("admin/watchdog"))); return $system[$field]; } diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 1a3c83bda..bad8243d7 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -36,7 +36,7 @@ function watchdog_help($section = "admin/help") { function watchdog_system($field){ $system["description"] = t("Logs and records system events."); - $system["admin_help"] = t("Watchdog logs your system events. Too see these logs go to Site monitoring. 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" => url("admin/watchdog"))); + $system["admin_help"] = t("Watchdog logs your system events. To see these logs go to Site monitoring. 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" => url("admin/watchdog"))); return $system[$field]; } -- cgit v1.2.3