diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-06 15:08:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-06 15:08:16 +0000 |
commit | 8e476307e8944128ff4aa8bea610af29adf6680f (patch) | |
tree | e2d55efaa2e857ae47466f0736d66ad1b6435b07 | |
parent | 32fc8d74a0adecae45ffd96ba053549bf4138c6a (diff) | |
download | brdo-8e476307e8944128ff4aa8bea610af29adf6680f.tar.gz brdo-8e476307e8944128ff4aa8bea610af29adf6680f.tar.bz2 |
- Fixed typo.
-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 66f5d9827..4a80c2a91 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 events that are PHP and database errors."); + $output = t("Watchdog events about 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 66f5d9827..4a80c2a91 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 events that are PHP and database errors."); + $output = t("Watchdog events about 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."); |