﻿Index: modules/forum/forum.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.module,v
retrieving revision 1.504
diff -u -p -r1.504 forum.module
--- modules/forum/forum.module	11 Jul 2009 14:25:41 -0000	1.504
+++ modules/forum/forum.module	18 Jul 2009 13:38:05 -0000
@@ -22,7 +22,7 @@ function forum_help($path, $arg) {
       $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@forum">Forum module</a>.', array('@forum' => 'http://drupal.org/handbook/modules/forum/')) . '</p>';
       return $output;
     case 'admin/build/forum':
-      return '<p>' . t('This page displays a list of existing forums and containers. Containers (optionally) hold forums, and forums hold forum topics (a forum topic is the initial post to a threaded discussion). To provide structure, both containers and forums may be placed inside other containers and forums. To rearrange forums and containers, grab a drag-and-drop handle under the <em>Name</em> column and drag the forum or container to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save</em> button at the bottom of the page.') . '</p>';
+      return '<p>' . t('All forums on your site. You can put forums into containers to group them.') . '</p>';
     case 'admin/build/forum/add/container':
       return '<p>' . t('By grouping related or similar forums, containers help organize forums. For example, a container named "Food" may hold two forums named "Fruit" and "Vegetables", respectively.') . '</p>';
     case 'admin/build/forum/add/forum':
