From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') 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('

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.

'); 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.'); } -- cgit v1.2.3