diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-09 14:07:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-09 14:07:24 +0000 |
commit | 743b10078a3f0a1ee2de814f5ae2d2d66da9c663 (patch) | |
tree | 8036a2ce6bc5800379689d5c5ab5e1cbcbbe1414 /modules/forum/forum.module | |
parent | c9cc4585c760b11d4123d0a6c841a612e1e84f9b (diff) | |
download | brdo-743b10078a3f0a1ee2de814f5ae2d2d66da9c663.tar.gz brdo-743b10078a3f0a1ee2de814f5ae2d2d66da9c663.tar.bz2 |
- Patch #18465 by nysus: improved the forum container explanation.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
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': |