diff --git a/modules/aggregator.module b/modules/aggregator.module index 0e3f3e23996c599e36d04388525ae611f0f47494..dac49891be7032496c6a45b9c6c7691fd711dc68 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 0e3f3e23996c599e36d04388525ae611f0f47494..dac49891be7032496c6a45b9c6c7691fd711dc68 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 a001a57fdfacc676cf936d1e70859f19cfd4819e..a7dd3b2902be481dcc256546ae8b5ace75319274 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 a001a57fdfacc676cf936d1e70859f19cfd4819e..a7dd3b2902be481dcc256546ae8b5ace75319274 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 0e3f3e23996c599e36d04388525ae611f0f47494..dac49891be7032496c6a45b9c6c7691fd711dc68 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 7ecbf677f84cf958297b0cda308775a756504bd0..b5ce9403afbcd5034cc5a95af0079b574a3cd2ac 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 7ecbf677f84cf958297b0cda308775a756504bd0..b5ce9403afbcd5034cc5a95af0079b574a3cd2ac 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 e62e3936a34a8056e3245337467735079d012cb8..7b31eeb2ab567bf6e2c196106746f18ae6ee2016 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]; }