diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-07 19:06:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-07 19:06:04 +0000 |
commit | 4cbca3110d7a335f313fd11a77f509ea7a4fb801 (patch) | |
tree | b1367635bc04b025b96a525cd3aaf293ffea944d | |
parent | 51ddccb1dc7e22f62622ed3aae59cd8de0bd558e (diff) | |
download | brdo-4cbca3110d7a335f313fd11a77f509ea7a4fb801.tar.gz brdo-4cbca3110d7a335f313fd11a77f509ea7a4fb801.tar.bz2 |
- Fixed typo in the watchdog module's help text. Patch by Gabor.
-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 0d96ef51c..45971a7ca 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -30,7 +30,7 @@ function watchdog_help($section = "admin/help") { $output = t("Watchdog general error events, such as invalid login, permission denied, 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 no to correct."); + $output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know."); break; case 'admin/system/modules#description': $output = t("Logs and records system events."); diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 0d96ef51c..45971a7ca 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -30,7 +30,7 @@ function watchdog_help($section = "admin/help") { $output = t("Watchdog general error events, such as invalid login, permission denied, 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 no to correct."); + $output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know."); break; case 'admin/system/modules#description': $output = t("Logs and records system events."); |