diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
commit | a3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch) | |
tree | 4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 | |
parent | 71c021c6f70b2a16ea210a554344645a638db636 (diff) | |
download | brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2 |
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
37 files changed, 37 insertions, 37 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index d7bfbf3b3..51acc9374 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -58,7 +58,7 @@ function aggregator_help($section) { <p>When fetching feeds Drupal supports conditional GETs, this reduces the bandwidth usage for feeds that have not been updated since the last check.</p> <p>If a feed is permanently moved to a new location Drupal will automatically update the feed URL to the new address.</p>', array('%block' => url('admin/block'), '%admin-news' => url('admin/aggregator'), '%new-feed' => url('admin/aggregator/add/feed'), '%new-category' => url('admin/aggregator/add/category'), '%update-items' => url('admin/aggregator'), '%news-aggregator' => url('aggregator'), '%sources' => url('aggregator/sources'), '%categories' => url('aggregator/categories'))); case 'admin/modules#description': - return t('Used to aggregate syndicated content (RSS and RDF).'); + return t('Aggregates syndicated content (RSS and RDF feeds).'); case 'admin/aggregator': return t('<p>Thousands of sites (particularly news sites and weblogs) publish their latest headlines and/or stories in a machine-readable format so that other sites can easily link to them. This content is usually in the form of an <a href="http://blogs.law.harvard.edu/tech/rss">RSS</a> feed (which is an XML-based syndication standard). To display the feed or category in a block you must decide how many items to show by editing the feed or block and turning on the <a href="%block">feed\'s block</a>.</p>', array('%block' => url('admin/block'))); case 'admin/aggregator/add/feed': diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index d7bfbf3b3..51acc9374 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -58,7 +58,7 @@ function aggregator_help($section) { <p>When fetching feeds Drupal supports conditional GETs, this reduces the bandwidth usage for feeds that have not been updated since the last check.</p> <p>If a feed is permanently moved to a new location Drupal will automatically update the feed URL to the new address.</p>', array('%block' => url('admin/block'), '%admin-news' => url('admin/aggregator'), '%new-feed' => url('admin/aggregator/add/feed'), '%new-category' => url('admin/aggregator/add/category'), '%update-items' => url('admin/aggregator'), '%news-aggregator' => url('aggregator'), '%sources' => url('aggregator/sources'), '%categories' => url('aggregator/categories'))); case 'admin/modules#description': - return t('Used to aggregate syndicated content (RSS and RDF).'); + return t('Aggregates syndicated content (RSS and RDF feeds).'); case 'admin/aggregator': return t('<p>Thousands of sites (particularly news sites and weblogs) publish their latest headlines and/or stories in a machine-readable format so that other sites can easily link to them. This content is usually in the form of an <a href="http://blogs.law.harvard.edu/tech/rss">RSS</a> feed (which is an XML-based syndication standard). To display the feed or category in a block you must decide how many items to show by editing the feed or block and turning on the <a href="%block">feed\'s block</a>.</p>', array('%block' => url('admin/block'))); case 'admin/aggregator/add/feed': diff --git a/modules/archive.module b/modules/archive.module index de6b87948..166ffd5d1 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -12,7 +12,7 @@ function archive_help($section) { switch ($section) { case 'admin/modules#description': - return t('Displays a calendar to navigate old content.'); + return t('Displays a calendar for navigating older content.'); } } diff --git a/modules/archive/archive.module b/modules/archive/archive.module index de6b87948..166ffd5d1 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -12,7 +12,7 @@ function archive_help($section) { switch ($section) { case 'admin/modules#description': - return t('Displays a calendar to navigate old content.'); + return t('Displays a calendar for navigating older content.'); } } diff --git a/modules/blogapi.module b/modules/blogapi.module index 58807c87b..016137767 100644 --- a/modules/blogapi.module +++ b/modules/blogapi.module @@ -14,7 +14,7 @@ function blogapi_help($section) { case 'admin/help#blogapi': return t('<p>This module adds support for several XML-RPC based blogging APIs. Specifically, it currently implements the %bloggerAPI, %metaweblogAPI, and most of the %moveabletype extensions. This allows users to contribute to Drupal using external GUI applications, which can often offer richer functionality that online forms based editing.</p><p>This module also allows site administrators to configure which node types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each node type as a separate "blog".</p>', array('%bloggerAPI' => '<a href="http://www.blogger.com/developers/api/1_docs/">Blogger API</a>', '%metaweblogAPI' => '<a href="http://www.xmlrpc.com/metaWeblogApi">MetaWeblog API</a>', '%moveabletype' => '<a href="http://www.movabletype.org/docs/mtmanual_programmatic.html">Movable Type API</a>. ')); case 'admin/modules#description': - return t('Enable users to post using applications that support XML-RPC blog APIs.'); + return t('Allows users to post content using applications that support XML-RPC blog APIs.'); } } diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 58807c87b..016137767 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -14,7 +14,7 @@ function blogapi_help($section) { case 'admin/help#blogapi': return t('<p>This module adds support for several XML-RPC based blogging APIs. Specifically, it currently implements the %bloggerAPI, %metaweblogAPI, and most of the %moveabletype extensions. This allows users to contribute to Drupal using external GUI applications, which can often offer richer functionality that online forms based editing.</p><p>This module also allows site administrators to configure which node types can be posted via the external applications. So, for instance, users can post forum topics as well as blog posts. Where supported, the external applications will display each node type as a separate "blog".</p>', array('%bloggerAPI' => '<a href="http://www.blogger.com/developers/api/1_docs/">Blogger API</a>', '%metaweblogAPI' => '<a href="http://www.xmlrpc.com/metaWeblogApi">MetaWeblog API</a>', '%moveabletype' => '<a href="http://www.movabletype.org/docs/mtmanual_programmatic.html">Movable Type API</a>. ')); case 'admin/modules#description': - return t('Enable users to post using applications that support XML-RPC blog APIs.'); + return t('Allows users to post content using applications that support XML-RPC blog APIs.'); } } diff --git a/modules/comment.module b/modules/comment.module index 876e89bff..4db850ca4 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -75,7 +75,7 @@ function comment_help($section = "admin/help#comment") { case 'admin/comment/configure/votes': return t('<p>Create and control the possible comment moderation votes here. "Weight" lets you set the order of the drop down menu. Click "edit" to edit a current vote weight. To delete a name/weight combination go to the "edit" area. To delete a setting, "edit" it first, and then choose "delete vote".</p>'); case 'admin/modules#description': - return t('Enables user to comment on published content.'); + return t('Allows users to comment on and discuss published content.'); } } diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 876e89bff..4db850ca4 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -75,7 +75,7 @@ function comment_help($section = "admin/help#comment") { case 'admin/comment/configure/votes': return t('<p>Create and control the possible comment moderation votes here. "Weight" lets you set the order of the drop down menu. Click "edit" to edit a current vote weight. To delete a name/weight combination go to the "edit" area. To delete a setting, "edit" it first, and then choose "delete vote".</p>'); case 'admin/modules#description': - return t('Enables user to comment on published content.'); + return t('Allows users to comment on and discuss published content.'); } } diff --git a/modules/filter.module b/modules/filter.module index 2fa406d75..dd142ca24 100644 --- a/modules/filter.module +++ b/modules/filter.module @@ -23,7 +23,7 @@ define('FILTER_STYLE_STRIP', 1); function filter_help($section) { switch ($section) { case 'admin/modules#description': - return t('Framework for handling filtering of content.'); + return t('Handles the filtering of content in preparation for display.'); case 'admin/filters': return t(' diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 2fa406d75..dd142ca24 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -23,7 +23,7 @@ define('FILTER_STYLE_STRIP', 1); function filter_help($section) { switch ($section) { case 'admin/modules#description': - return t('Framework for handling filtering of content.'); + return t('Handles the filtering of content in preparation for display.'); case 'admin/filters': return t(' diff --git a/modules/forum.module b/modules/forum.module index 1d95115d3..40b8b6841 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -18,7 +18,7 @@ function forum_help($section) { case 'admin/forum/add/forum': return t('<p>A forum holds threaded topic discussions that are related. For example, a forum named "Fruit" might contain topic discussions titled "Apples" and "Bananas". You can place a forum into a container, another forum, or at the top (root) level of your forum.</p>'); case 'admin/modules#description': - return t('Enable threaded discussions about general topics.'); + return t('Enables threaded discussions about general topics.'); case 'node/add#forum': return t('A forum is a threaded discussion, enabling users to communicate about a particular topic.'); } diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 1d95115d3..40b8b6841 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -18,7 +18,7 @@ function forum_help($section) { case 'admin/forum/add/forum': return t('<p>A forum holds threaded topic discussions that are related. For example, a forum named "Fruit" might contain topic discussions titled "Apples" and "Bananas". You can place a forum into a container, another forum, or at the top (root) level of your forum.</p>'); case 'admin/modules#description': - return t('Enable threaded discussions about general topics.'); + return t('Enables threaded discussions about general topics.'); case 'node/add#forum': return t('A forum is a threaded discussion, enabling users to communicate about a particular topic.'); } diff --git a/modules/help.module b/modules/help.module index f7a6e0aef..f8fee8e4b 100644 --- a/modules/help.module +++ b/modules/help.module @@ -85,7 +85,7 @@ function help_links_as_list() { function help_help($section) { switch ($section) { case 'admin/modules#description': - return t('Manages displaying online help.'); + return t('Manages the display of online help.'); } } diff --git a/modules/help/help.module b/modules/help/help.module index f7a6e0aef..f8fee8e4b 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -85,7 +85,7 @@ function help_links_as_list() { function help_help($section) { switch ($section) { case 'admin/modules#description': - return t('Manages displaying online help.'); + return t('Manages the display of online help.'); } } diff --git a/modules/node.module b/modules/node.module index c69c1bc53..0bd8505d9 100644 --- a/modules/node.module +++ b/modules/node.module @@ -40,7 +40,7 @@ function node_help($section) { return $output; case 'admin/modules#description': - return t('The core that allows content to be submitted to the site.'); + return t('Allows content to be submitted to the site and displayed on pages.'); case 'admin/node/configure': case 'admin/node/configure/settings': return t('<p>Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.</p>'); diff --git a/modules/node/node.module b/modules/node/node.module index c69c1bc53..0bd8505d9 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -40,7 +40,7 @@ function node_help($section) { return $output; case 'admin/modules#description': - return t('The core that allows content to be submitted to the site.'); + return t('Allows content to be submitted to the site and displayed on pages.'); case 'admin/node/configure': case 'admin/node/configure/settings': return t('<p>Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.</p>'); diff --git a/modules/path.module b/modules/path.module index ba2251490..ecda91ed2 100644 --- a/modules/path.module +++ b/modules/path.module @@ -12,7 +12,7 @@ function path_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to rename URLs.'); + return t('Allows users to rename URLs.'); case 'admin/path': return t("<p>Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.</p>"); case 'admin/path/add': diff --git a/modules/path/path.module b/modules/path/path.module index ba2251490..ecda91ed2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -12,7 +12,7 @@ function path_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to rename URLs.'); + return t('Allows users to rename URLs.'); case 'admin/path': return t("<p>Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.</p>"); case 'admin/path/add': diff --git a/modules/ping.module b/modules/ping.module index 11835f3d9..bf392c586 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -18,7 +18,7 @@ function ping_help($section) { break; case 'admin/modules#description': - $output = t('Alerts other sites that your site has been updated.'); + $output = t('Alerts other sites when your site has been updated.'); break; } diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 11835f3d9..bf392c586 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -18,7 +18,7 @@ function ping_help($section) { break; case 'admin/modules#description': - $output = t('Alerts other sites that your site has been updated.'); + $output = t('Alerts other sites when your site has been updated.'); break; } diff --git a/modules/poll.module b/modules/poll.module index 933c1067a..d5db9b96a 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -23,7 +23,7 @@ function poll_help($section) { </ul> <p>Creating a poll is much like creating any other node. Click \"create poll\" in your user box. The title of the poll should be the question, then enter the answers and the \"base\" vote counts. You can also choose the time period over which the vote will run.</p><p>The <a href=\"%poll\">Poll</a> item in the navigation links will take you to a page where you can see all the current polls, vote on them (if you haven't already) and view the results.</p>", array("%permissions" => url("admin/access/permissions"), "%poll" => url("poll"))); case 'admin/modules#description': - return t("Enables your site to capture votes on different topics in the form of multiple choice questions."); + return t("Allows your site to capture votes on different topics in the form of multiple choice questions."); case 'node/add#poll': return t("A poll is a multiple-choice question which visitors can vote on."); } diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 933c1067a..d5db9b96a 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -23,7 +23,7 @@ function poll_help($section) { </ul> <p>Creating a poll is much like creating any other node. Click \"create poll\" in your user box. The title of the poll should be the question, then enter the answers and the \"base\" vote counts. You can also choose the time period over which the vote will run.</p><p>The <a href=\"%poll\">Poll</a> item in the navigation links will take you to a page where you can see all the current polls, vote on them (if you haven't already) and view the results.</p>", array("%permissions" => url("admin/access/permissions"), "%poll" => url("poll"))); case 'admin/modules#description': - return t("Enables your site to capture votes on different topics in the form of multiple choice questions."); + return t("Allows your site to capture votes on different topics in the form of multiple choice questions."); case 'node/add#poll': return t("A poll is a multiple-choice question which visitors can vote on."); } diff --git a/modules/profile.module b/modules/profile.module index d47caa400..6de53a4d3 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -19,7 +19,7 @@ define('PROFILE_PUBLIC_LISTINGS', 3); function profile_help($section) { switch ($section) { case 'admin/modules#description': - return t('Support for configurable user profiles.'); + return t('Supports configurable user profiles.'); case 'admin/settings/profile': return t('<p>Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).</p>'); } diff --git a/modules/profile/profile.module b/modules/profile/profile.module index d47caa400..6de53a4d3 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -19,7 +19,7 @@ define('PROFILE_PUBLIC_LISTINGS', 3); function profile_help($section) { switch ($section) { case 'admin/modules#description': - return t('Support for configurable user profiles.'); + return t('Supports configurable user profiles.'); case 'admin/settings/profile': return t('<p>Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).</p>'); } diff --git a/modules/queue.module b/modules/queue.module index 0aef36ebb..ea43220d8 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -12,7 +12,7 @@ function queue_help($section) { switch ($section) { case 'admin/modules#description': - return t("Enables content to be moderated by the community."); + return t('Allows content to be moderated by the community.'); case 'admin/settings/queue': return t("<p>The queue provides a way for your users to vote on submitted content. This is called <strong>moderation</strong>. Users can moderate a post up (give it a point), or down (subtract a point). The settings below give you control over how many points are required for the status of a post to be automatically changed. See individual items for details.</p>"); } diff --git a/modules/story.module b/modules/story.module index 1d2064974..4a4c7fc9d 100644 --- a/modules/story.module +++ b/modules/story.module @@ -12,7 +12,7 @@ function story_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to submit stories, articles or similar content.'); + return t('Allows users to submit stories, articles or similar content.'); case 'node/add#story': return t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'); } diff --git a/modules/story/story.module b/modules/story/story.module index 1d2064974..4a4c7fc9d 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -12,7 +12,7 @@ function story_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to submit stories, articles or similar content.'); + return t('Allows users to submit stories, articles or similar content.'); case 'node/add#story': return t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'); } diff --git a/modules/system.module b/modules/system.module index 3acfaec28..5d75bba29 100644 --- a/modules/system.module +++ b/modules/system.module @@ -39,7 +39,7 @@ function system_help($section) { <h3><a id=\"cache\">Cache</a></h3> <p>Drupal has a caching mechanism which stores dynamically generated web pages in a database. By caching a web page, Drupal does not have to create the page each time someone wants to view it, instead it takes only one SQL query to display it, reducing response time and the server's load. Only pages requested by \"anonymous\" users are cached. In order to reduce server load and save bandwidth, Drupal stores and sends cached pages compressed.</p>", array('%base_url' => $base_url, '%cron-link' => "<a href=\"$base_url/cron.php\">$base_url/cron.php</a>", '%lynx' => 'http://lynx.browser.org', '%wget' => 'http://www.gnu.org/software/wget/wget.html' )); case 'admin/modules#description': - return t('Configuration system that lets administrators modify the workings of the site.'); + return t('Handles general site configuration for administrators.'); } } diff --git a/modules/system/system.module b/modules/system/system.module index 3acfaec28..5d75bba29 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -39,7 +39,7 @@ function system_help($section) { <h3><a id=\"cache\">Cache</a></h3> <p>Drupal has a caching mechanism which stores dynamically generated web pages in a database. By caching a web page, Drupal does not have to create the page each time someone wants to view it, instead it takes only one SQL query to display it, reducing response time and the server's load. Only pages requested by \"anonymous\" users are cached. In order to reduce server load and save bandwidth, Drupal stores and sends cached pages compressed.</p>", array('%base_url' => $base_url, '%cron-link' => "<a href=\"$base_url/cron.php\">$base_url/cron.php</a>", '%lynx' => 'http://lynx.browser.org', '%wget' => 'http://www.gnu.org/software/wget/wget.html' )); case 'admin/modules#description': - return t('Configuration system that lets administrators modify the workings of the site.'); + return t('Handles general site configuration for administrators.'); } } diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 9ebc1aebf..de86ed445 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1049,7 +1049,7 @@ function taxonomy_rss_item($node) { function taxonomy_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables the organization of content into categories.'); + return t('Enables the categorization of content.'); case 'admin/taxonomy': return t('<p>The taxonomy module allows you to classify content into categories and subcategories; it allows multiple lists of categories for classification (controlled vocabularies) and offers the possibility of creating thesauri (controlled vocabularies that indicate the relationship of terms) and taxonomies (controlled vocabularies where relationships are indicated hierarchically). To delete a term choose "edit term". To delete a vocabulary, and all its terms, choose "edit vocabulary".</p>'); case 'admin/taxonomy/add/vocabulary': diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 9ebc1aebf..de86ed445 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1049,7 +1049,7 @@ function taxonomy_rss_item($node) { function taxonomy_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables the organization of content into categories.'); + return t('Enables the categorization of content.'); case 'admin/taxonomy': return t('<p>The taxonomy module allows you to classify content into categories and subcategories; it allows multiple lists of categories for classification (controlled vocabularies) and offers the possibility of creating thesauri (controlled vocabularies that indicate the relationship of terms) and taxonomies (controlled vocabularies where relationships are indicated hierarchically). To delete a term choose "edit term". To delete a vocabulary, and all its terms, choose "edit vocabulary".</p>'); case 'admin/taxonomy/add/vocabulary': diff --git a/modules/throttle.module b/modules/throttle.module index c746ba010..c86e70b7a 100644 --- a/modules/throttle.module +++ b/modules/throttle.module @@ -101,7 +101,7 @@ function _throttle_validate($value, $form) { function throttle_help($section) { switch ($section) { case 'admin/modules#description': - return t('Allows configuration of congestion control auto-throttle mechanism.'); + return t('Handles the auto-throttling mechanism, to control site congestion.'); case 'admin/settings/throttle': return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality.'); } diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index c746ba010..c86e70b7a 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -101,7 +101,7 @@ function _throttle_validate($value, $form) { function throttle_help($section) { switch ($section) { case 'admin/modules#description': - return t('Allows configuration of congestion control auto-throttle mechanism.'); + return t('Handles the auto-throttling mechanism, to control site congestion.'); case 'admin/settings/throttle': return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality.'); } diff --git a/modules/upload.module b/modules/upload.module index 768092136..5a9150406 100644 --- a/modules/upload.module +++ b/modules/upload.module @@ -12,7 +12,7 @@ function upload_help($section) { switch ($section) { case 'admin/modules#description': - return t('File-handling and attaching files to nodes.'); + return t('Allows users to upload and attach files to content.'); case 'admin/settings/upload': return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types'))); } diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 768092136..5a9150406 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -12,7 +12,7 @@ function upload_help($section) { switch ($section) { case 'admin/modules#description': - return t('File-handling and attaching files to nodes.'); + return t('Allows users to upload and attach files to content.'); case 'admin/settings/upload': return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types'))); } diff --git a/modules/user.module b/modules/user.module index 4e873303f..0384170e5 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1706,7 +1706,7 @@ function user_help($section) { case 'admin/user/search': return t('<p>Enter a simple pattern ("*" may be user as a wildcard match) to search for a username. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda".</p>'); case 'admin/modules#description': - return t('Enables the user registration and login system.'); + return t('Manages the user registration and login system.'); case 'admin/user/configure': case 'admin/user/configure/settings': return t('<p>In order to use the full power of Drupal a visitor must sign up for an account. This page lets you setup how a user signs up, logs out, the guidelines from the system about user subscriptions, and the e-mails the system will send to the user.</p>'); diff --git a/modules/user/user.module b/modules/user/user.module index 4e873303f..0384170e5 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1706,7 +1706,7 @@ function user_help($section) { case 'admin/user/search': return t('<p>Enter a simple pattern ("*" may be user as a wildcard match) to search for a username. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda".</p>'); case 'admin/modules#description': - return t('Enables the user registration and login system.'); + return t('Manages the user registration and login system.'); case 'admin/user/configure': case 'admin/user/configure/settings': return t('<p>In order to use the full power of Drupal a visitor must sign up for an account. This page lets you setup how a user signs up, logs out, the guidelines from the system about user subscriptions, and the e-mails the system will send to the user.</p>'); |