diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-19 23:51:02 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-19 23:51:02 +0000 |
commit | b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 (patch) | |
tree | fb16b2a5e97b652461a0a00e6c969ceafc21352c /modules/watchdog/watchdog.module | |
parent | 73bcacf2cf56ba80a062730f7507773d4a9bbdd0 (diff) | |
download | brdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.gz brdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.bz2 |
#98359 by webchick. Change 'web site' to more common usage, 'website.'
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index b3312b0de..ccde1db4c 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -29,7 +29,7 @@ function watchdog_help($section) { $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@watchdog">Watchdog page</a>.', array('@watchdog' => 'http://drupal.org/handbook/modules/watchdog/')) .'</p>'; return $output; case 'admin/logs': - return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</p>'); + return t('<p>The watchdog module monitors your website, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</p>'); } } |