Issue status update for http://drupal.org/node/19434 Project: Drupal Version: cvs Component: forum.module Category: feature requests Priority: normal Assigned to: nysus Reported by: nysus Updated by: nysus Status: patch Attachment: http://drupal.org/files/issues/forum_help.patch (5.98 KB) Here's some more changes to help text in the forum.module by order of significance: "Parent" selection help text: Added help description for this form item found on "admin/forum/add/container" and "admin/forum/add/forum". The help description is different depending on whether the type of component being added is a forum or a container. This change required the modifcation to the argument list passed to an internal function to forum.module. Removed duplicate help language created by the change above. Cut the fat from the help blurb on the "create content" page. "Weight" selection help text on "admin/forum/add/container" and "admin/forum/add/forum": Improved wording and made it more detailed. Help language for "name" and "description" fields on "admin/forum/add/container" and "admin/forum/add/forum" pages made more consistent and concise. Changed instances of "topic discussions" to "discussion topics" nysus