diff --git a/modules/aggregator.module b/modules/aggregator.module index 0e3f3e23996c..dac49891be70 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)"); + $system["description"] = t("Used to import syndicated content (ie. news feeds)"); return $system[$field]; } diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 0e3f3e23996c..dac49891be70 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]; } diff --git a/modules/forum.module b/modules/forum.module index a001a57fdfac..a7dd3b2902be 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -2,7 +2,7 @@ // $Id$ function forum_system($field){ - $system["description"] = t("Enables threaded discussions."); + $system["description"] = t("Allows threaded discussions about general topics."); return $system[$field]; } diff --git a/modules/forum/forum.module b/modules/forum/forum.module index a001a57fdfac..a7dd3b2902be 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -2,7 +2,7 @@ // $Id$ function forum_system($field){ - $system["description"] = t("Enables threaded discussions."); + $system["description"] = t("Allows threaded discussions about general topics."); return $system[$field]; } diff --git a/modules/import.module b/modules/import.module index 0e3f3e23996c..dac49891be70 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)"); + $system["description"] = t("Used to import syndicated content (ie. news feeds)"); return $system[$field]; } diff --git a/modules/search.module b/modules/search.module index 7ecbf677f84c..b5ce9403afbc 100644 --- a/modules/search.module +++ b/modules/search.module @@ -15,7 +15,7 @@ function search_help() { } function search_system($field){ - $system["description"] = t("Enables site wide key word searching"); + $system["description"] = t("Enables site wide keyword searching"); return $system[$field]; } diff --git a/modules/search/search.module b/modules/search/search.module index 7ecbf677f84c..b5ce9403afbc 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -15,7 +15,7 @@ function search_help() { } function search_system($field){ - $system["description"] = t("Enables site wide key word searching"); + $system["description"] = t("Enables site wide keyword searching"); return $system[$field]; } diff --git a/modules/weblogs.module b/modules/weblogs.module index e62e3936a34a..7b31eeb2ab56 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -13,7 +13,7 @@ function weblogs_help() { } function weblogs_system($field){ - $system["description"] = t("Alerts weblogs.com that your site has updated."); + $system["description"] = t("Alerts weblogs.com whenever your site is updated."); return $system[$field]; }