summaryrefslogtreecommitdiff
path: root/modules/watchdog/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-02 08:35:33 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-02 08:35:33 +0000
commit51976ac13489876d5dabb98a96dbbdc55a152ba0 (patch)
tree3a0c57b495391374aa58c9a0b4c8fb6d8324270a /modules/watchdog/watchdog.module
parent37da83ce53def0c39e07e55cfbe84450ed105f93 (diff)
downloadbrdo-51976ac13489876d5dabb98a96dbbdc55a152ba0.tar.gz
brdo-51976ac13489876d5dabb98a96dbbdc55a152ba0.tar.bz2
- Fixed translation glitch in watchdog module. Thanks Stefan.
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r--modules/watchdog/watchdog.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 82881e87c..38608c659 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -98,8 +98,9 @@ function watchdog_overview($type) {
}
if (!$rows) {
- $rows[] = array(array("data" => t("No <i>%s</i> messages currently available.", array("%s" => $type)), "colspan" => "5"));
+ $rows[] = array(array("data" => t("No log messages available."), "colspan" => "5"));
}
+
$pager = pager_display(NULL, 50, 0, "admin", tablesort_pager());
if (!empty($pager)) {
$rows[] = array(array("data" => $pager, "colspan" => "5"));