diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-16 07:31:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-16 07:31:17 +0000 |
commit | a18b09b0e5a8e25879d394d0dd98f69a283a8124 (patch) | |
tree | 29e7af70673fc988971d03b3326d6030853673f6 /modules | |
parent | d9cb4522bd0f445eef49316a5c9dd798e2803754 (diff) | |
download | brdo-a18b09b0e5a8e25879d394d0dd98f69a283a8124.tar.gz brdo-a18b09b0e5a8e25879d394d0dd98f69a283a8124.tar.bz2 |
- Fixed bug #2874: typo in watchdog module help. Patch by Stefan.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/watchdog.module | 2 | ||||
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
2 files changed, 2 insertions, 2 deletions
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 <a href=\"%watchdog\">Site monitoring</a>. 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" => url("admin/watchdog"))); + $system["admin_help"] = t("Watchdog logs your system events. To see these logs go to <a href=\"%watchdog\">Site monitoring</a>. 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" => 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 <a href=\"%watchdog\">Site monitoring</a>. 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" => url("admin/watchdog"))); + $system["admin_help"] = t("Watchdog logs your system events. To see these logs go to <a href=\"%watchdog\">Site monitoring</a>. 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" => url("admin/watchdog"))); return $system[$field]; } |