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