diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-06 15:06:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-06 15:06:20 +0000 |
commit | 32fc8d74a0adecae45ffd96ba053549bf4138c6a (patch) | |
tree | 3641de782e8c230505ea5e236bbdbf43e5db37b6 /modules | |
parent | 8a50107bf7d8857f7d9c91f72d6ca2ffda6d847c (diff) | |
download | brdo-32fc8d74a0adecae45ffd96ba053549bf4138c6a.tar.gz brdo-32fc8d74a0adecae45ffd96ba053549bf4138c6a.tar.bz2 |
- Corrected the context-sensitive help of the error messages.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/watchdog.module | 2 | ||||
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index b03e75802..66f5d9827 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") { $output = t("Watchdog events about adding, changing, and moderating nodes and comments."); break; case 'admin/watchdog/error': - $output = t("Watchdog general error events, such as invalid login, permission denied, and database errors."); + $output = t("Watchdog events that are PHP and database errors."); break; case 'admin/watchdog/warning': $output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know."); diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index b03e75802..66f5d9827 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") { $output = t("Watchdog events about adding, changing, and moderating nodes and comments."); break; case 'admin/watchdog/error': - $output = t("Watchdog general error events, such as invalid login, permission denied, and database errors."); + $output = t("Watchdog events that are PHP and database errors."); break; case 'admin/watchdog/warning': $output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know."); |