From 4cbca3110d7a335f313fd11a77f509ea7a4fb801 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Oct 2003 19:06:04 +0000 Subject: - Fixed typo in the watchdog module's help text. Patch by Gabor. --- modules/watchdog.module | 2 +- 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."); -- cgit v1.2.3