From 743b10078a3f0a1ee2de814f5ae2d2d66da9c663 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 9 Mar 2005 14:07:24 +0000
Subject: [PATCH] - Patch #18465 by nysus: improved the forum container
 explanation.

---
 modules/forum.module       | 2 +-
 modules/forum/forum.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/forum.module b/modules/forum.module
index 06ed9b38a941..23078fdc63b1 100644
--- a/modules/forum.module
+++ b/modules/forum.module
@@ -14,7 +14,7 @@ function forum_help($section) {
     case 'admin/forum':
       return t('Forums and containers are used to organize the threaded discussions.  Forums may be nested in each other.  A container is used to group like forums together with out allowing topics to be created in the container.  Containers can be nested just like forums.  To delete a forum or container choose the appropriate "edit" operation.');
     case 'admin/forum/add/container':
-      return t('When creating a contianer you are creating a group to contain multiple forums.  Users are not able to create topic inside container.  You can nest containers inside forums or other containers.');
+      return t('Containers help you organize your forum. The job of a container is to hold, or contain, other forums that have something in common. Containers are usually placed at the top level (root) of your forum but you can also place a container within another container or forum.');
     case 'admin/forum/add/forum':
       return t('When creating a forum you are creating an area for user to create similar topics for discussion. Forums may be nested underneath other forums or in containers.');
     case 'admin/modules#description':
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 06ed9b38a941..23078fdc63b1 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -14,7 +14,7 @@ function forum_help($section) {
     case 'admin/forum':
       return t('Forums and containers are used to organize the threaded discussions.  Forums may be nested in each other.  A container is used to group like forums together with out allowing topics to be created in the container.  Containers can be nested just like forums.  To delete a forum or container choose the appropriate "edit" operation.');
     case 'admin/forum/add/container':
-      return t('When creating a contianer you are creating a group to contain multiple forums.  Users are not able to create topic inside container.  You can nest containers inside forums or other containers.');
+      return t('Containers help you organize your forum. The job of a container is to hold, or contain, other forums that have something in common. Containers are usually placed at the top level (root) of your forum but you can also place a container within another container or forum.');
     case 'admin/forum/add/forum':
       return t('When creating a forum you are creating an area for user to create similar topics for discussion. Forums may be nested underneath other forums or in containers.');
     case 'admin/modules#description':
-- 
GitLab