diff --git a/modules/watchdog.module b/modules/watchdog.module
index 1a3c83bdaae..bad8243d730 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:
- To discard entries as set below you must run \"cron.php\" regularly.
", 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:- To discard entries as set below you must run \"cron.php\" regularly.
", array("%watchdog" => url("admin/watchdog")));
return $system[$field];
}
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 1a3c83bdaae..bad8243d730 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:- To discard entries as set below you must run \"cron.php\" regularly.
", 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:- To discard entries as set below you must run \"cron.php\" regularly.
", array("%watchdog" => url("admin/watchdog")));
return $system[$field];
}