diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-30 08:40:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-30 08:40:36 +0000 |
commit | da47651fb6671965efb459513e986cd5bac8b5fd (patch) | |
tree | e2f500845d5e79181c3ef536768288eb3a35af42 /modules | |
parent | 151ad8ba7fbddbf4463d4155af2b61e701fe789d (diff) | |
download | brdo-da47651fb6671965efb459513e986cd5bac8b5fd.tar.gz brdo-da47651fb6671965efb459513e986cd5bac8b5fd.tar.bz2 |
- Corrected a quote.
- Updated CHANGELOG.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 719122021..4f965d8ab 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -52,7 +52,7 @@ function watchdog_menu($may_cache) { 'callback' => 'watchdog_overview', 'weight' => -1); $items[] = array('path' => 'admin/logs/page-not-found', 'title' => t("top 'page not found' errors"), - 'description' => t("View 'page not found errors' (404s)."), + 'description' => t("View 'page not found' errors (404s)."), 'callback' => 'watchdog_top', 'callback arguments' => array('page not found')); $items[] = array('path' => 'admin/logs/access-denied', 'title' => t("top 'access denied' errors"), |