summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
commite08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (patch)
tree8525d9a86d13a2a270503cb30ec2710fbf9e3745 /modules/watchdog
parent78494a47acc6c91c7593a8c57dee53d5e5902eb3 (diff)
downloadbrdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.gz
brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.bz2
- Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
Diffstat (limited to 'modules/watchdog')
-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 ccde1db4c..b3312b0de 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 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>');
+ 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>');
}
}