- Fixed incorrect link title.
parent
61232242f3
commit
ed5b4555d2
|
@ -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.<br />Note:<ul><li>To discard entries as set below you must run \"cron.php\" regularly.</li></ul>", 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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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.<br />Note:<ul><li>To discard entries as set below you must run \"cron.php\" regularly.</li></ul>", 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue