- Fixed bug #2874: typo in watchdog module help. Patch by Stefan.

4.3.x
Dries Buytaert 2003-09-16 07:31:17 +00:00
parent d9cb4522bd
commit a18b09b0e5
2 changed files with 2 additions and 2 deletions

View File

@ -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];
}

View File

@ -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];
}