From 5d36c704496fee766912269edd9daf6979d52f56 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Jun 2002 16:17:29 +0000 Subject: - 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. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 59ddccd78..e50b77c5b 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -12,7 +12,7 @@ function import_help() { } function import_system($field){ - $system["description"] = t("Used to import syndicated content (ie. news feeds)"); + $system["description"] = t("Used to aggregate syndicated content (RSS and RDF)."); return $system[$field]; } -- cgit v1.2.3