From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index 1143e21ca..1aa873ac3 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -22,7 +22,7 @@ function forum_help($section) { case 'admin/modules#description': return t('Enable threaded discussions about general topics.'); case 'admin/settings/forum': - return t("Forums are threaded discussions based on the taxonomy system. For the forums to work, the taxonomy module has to be installed and enabled. When activated, a taxonomy vocabulary (eg. \"forums\") needs to be created and bound to the node type \"forum topic\".", array('%created' => url('admin/taxonomy/add/vocabulary'))); + return t("

Forums are threaded discussions based on the taxonomy system. For the forums to work, the taxonomy module has to be installed and enabled. When activated, a taxonomy vocabulary (eg. \"forums\") needs to be created and bound to the node type \"forum topic\".

", array('%created' => url('admin/taxonomy/add/vocabulary'))); case 'node/add#forum': return t('A forum is a threaded discussion, enabling users to communicate about a particular topic.'); } -- cgit v1.2.3