summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 0e3f3e239..dac49891b 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)");
+ $system["description"] = t("Used to import syndicated content (ie. news feeds)");
return $system[$field];
}