--- forum.module Sun Mar 6 10:30:32 2005 +++ forum.new Sun Mar 6 10:30:01 2005 @@ -14,7 +14,7 @@ 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('A container is a special type of forum used to help you organize your forum categories into different subject areas. Containers are usually placed at the top level (root) of your forum but you can also place a container within another container or forum. Containers are special because, unlike a regular forum, users cannot post forum topics directly to a container.'); 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':