summaryrefslogtreecommitdiff
path: root/modules/tracker.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-08 16:17:29 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-08 16:17:29 +0000
commit5d36c704496fee766912269edd9daf6979d52f56 (patch)
treee4aa14fd4a4efc3a2b62562924066131f5abd49c /modules/tracker.module
parent37ee9eed2eac0726ee39a8396d9d5feffbf1baf9 (diff)
downloadbrdo-5d36c704496fee766912269edd9daf6979d52f56.tar.gz
brdo-5d36c704496fee766912269edd9daf6979d52f56.tar.bz2
- improved module descriptions.
- removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
Diffstat (limited to 'modules/tracker.module')
-rw-r--r--modules/tracker.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index 5335b2e6d..e643c8db5 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -7,7 +7,7 @@ function tracker_help() {
}
function tracker_system($field){
- $system["description"] = t("Enables tracking of recent and new comments for site readers.");
+ $system["description"] = t("Enables tracking of recent and new comments for users.");
return $system[$field];
}