summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-09 14:07:24 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-09 14:07:24 +0000
commit743b10078a3f0a1ee2de814f5ae2d2d66da9c663 (patch)
tree8036a2ce6bc5800379689d5c5ab5e1cbcbbe1414 /modules
parentc9cc4585c760b11d4123d0a6c841a612e1e84f9b (diff)
downloadbrdo-743b10078a3f0a1ee2de814f5ae2d2d66da9c663.tar.gz
brdo-743b10078a3f0a1ee2de814f5ae2d2d66da9c663.tar.bz2
- Patch #18465 by nysus: improved the forum container explanation.
Diffstat (limited to 'modules')
-rw-r--r--modules/forum.module2
-rw-r--r--modules/forum/forum.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum.module b/modules/forum.module
index 06ed9b38a..23078fdc6 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 06ed9b38a..23078fdc6 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':