diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 2 |
1 files changed, 1 insertions, 1 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."); |