summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 59ddccd78..e50b77c5b 100644
--- a/modules/aggregator.module
+++ b/modules/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];
}