From 1cf05b0019dbacb1d92297fb334369b23f253834 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Oct 2007 15:32:56 +0000 Subject: - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. --- 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 e7b3bb683..eabd4eb79 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -285,7 +285,7 @@ function forum_node_info() { 'forum' => array( 'name' => t('Forum topic'), 'module' => 'forum', - 'description' => t('Create a new topic for discussion in the forums.'), + 'description' => t('A forum topic is the initial post to a new discussion thread within a forum.'), 'title_label' => t('Subject'), ) ); -- cgit v1.2.3