diff options
-rw-r--r-- | modules/aggregator.module | 2 | ||||
-rw-r--r-- | modules/aggregator/aggregator.module | 2 | ||||
-rw-r--r-- | modules/forum.module | 2 | ||||
-rw-r--r-- | modules/forum/forum.module | 2 | ||||
-rw-r--r-- | modules/import.module | 2 | ||||
-rw-r--r-- | modules/search.module | 2 | ||||
-rw-r--r-- | modules/search/search.module | 2 | ||||
-rw-r--r-- | modules/weblogs.module | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index 0e3f3e239..dac49891b 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 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]; } diff --git a/modules/forum.module b/modules/forum.module index a001a57fd..a7dd3b290 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 a001a57fd..a7dd3b290 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 0e3f3e239..dac49891b 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 7ecbf677f..b5ce9403a 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 7ecbf677f..b5ce9403a 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 e62e3936a..7b31eeb2a 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]; } |