summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-02-07 10:42:09 +0000
committerDries Buytaert <dries@buytaert.net>2004-02-07 10:42:09 +0000
commit26ee4145789efc75cafdb8df9fbde7b4a87afe04 (patch)
tree1e04db431ef4c796e3e778c393755aff91141611
parent06b25311b4e9e4ce6b3fd3fa4bf2981b9d1cd91a (diff)
downloadbrdo-26ee4145789efc75cafdb8df9fbde7b4a87afe04.tar.gz
brdo-26ee4145789efc75cafdb8df9fbde7b4a87afe04.tar.bz2
- Usability improvement: changed 'messages' to 'logs'.
-rw-r--r--modules/watchdog.module4
-rw-r--r--modules/watchdog/watchdog.module4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 0ba8a131a..54b58c7ec 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -38,7 +38,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 <a href=\"%watchdog\">messages</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. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => url("admin/watchdog")));
+ $output = t("Watchdog logs your system events. To see these events go to the <a href=\"%watchdog\">logs</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. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => url("admin/watchdog")));
break;
}
@@ -52,7 +52,7 @@ function watchdog_perm() {
function watchdog_link($type) {
if ($type == "system") {
if (user_access("administer watchdog")) {
- menu("admin/watchdog", t("messages"), "watchdog_admin", 6);
+ menu("admin/watchdog", t("logs"), "watchdog_admin", 7);
menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, MENU_HIDE);
foreach (_watchdog_get_message_types() as $type) {
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 0ba8a131a..54b58c7ec 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -38,7 +38,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 <a href=\"%watchdog\">messages</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. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => url("admin/watchdog")));
+ $output = t("Watchdog logs your system events. To see these events go to the <a href=\"%watchdog\">logs</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. Note that to discard entries as set below you must run \"cron.php\" regularly.", array("%watchdog" => url("admin/watchdog")));
break;
}
@@ -52,7 +52,7 @@ function watchdog_perm() {
function watchdog_link($type) {
if ($type == "system") {
if (user_access("administer watchdog")) {
- menu("admin/watchdog", t("messages"), "watchdog_admin", 6);
+ menu("admin/watchdog", t("logs"), "watchdog_admin", 7);
menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, MENU_HIDE);
foreach (_watchdog_get_message_types() as $type) {