summaryrefslogtreecommitdiff
path: root/modules/watchdog/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
commit79872ff139f9aaf597642bb8a7877df7bf4b2842 (patch)
tree058acdd4a7c6d3a1e079615ebec89d5bfebbe557 /modules/watchdog/watchdog.module
parentdeac3a0e9aa8be150c909f5e3a52077168541bb4 (diff)
downloadbrdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.gz
brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.bz2
- Patch #98359 by Robroy and webchick: string clean-up: web site -> website
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r--modules/watchdog/watchdog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 9c584cd86..b1f112b45 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -23,7 +23,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 '<p>'. t('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 '<p>'. t('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>';
}
}