summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2002-06-04 11:44:23 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2002-06-04 11:44:23 +0000
commit80a6b1594221942ba94455370ae0e6fa903f257a (patch)
tree81b7bd60e6e8b5f73552634d05ffb7d88446cb38 /modules/aggregator
parent8be5a2545e4414dc0340924908cf8aa32638c378 (diff)
downloadbrdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.gz
brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.bz2
Some small corrections to the system descriptions (as discussed in mailinglist)
Diffstat (limited to 'modules/aggregator')
-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];
}