summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-06 15:08:16 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-06 15:08:16 +0000
commit8e476307e8944128ff4aa8bea610af29adf6680f (patch)
treee2d55efaa2e857ae47466f0736d66ad1b6435b07 /modules/watchdog.module
parent32fc8d74a0adecae45ffd96ba053549bf4138c6a (diff)
downloadbrdo-8e476307e8944128ff4aa8bea610af29adf6680f.tar.gz
brdo-8e476307e8944128ff4aa8bea610af29adf6680f.tar.bz2
- Fixed typo.
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module2
1 files changed, 1 insertions, 1 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.");