diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-19 05:57:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-19 05:57:08 +0000 |
commit | de0eb79c2a51c91578e83bcaaafa24c1e75f2829 (patch) | |
tree | 622e2923534e78365470ddc328728920e474ec8b | |
parent | b1f65922a399cbd82e14dd6a4aff60f3000d2db0 (diff) | |
download | brdo-de0eb79c2a51c91578e83bcaaafa24c1e75f2829.tar.gz brdo-de0eb79c2a51c91578e83bcaaafa24c1e75f2829.tar.bz2 |
- Patch #523406 by Bohjan: clean up forum administration description.
-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 0e6d0acce..2ac52468a 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -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('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.') . '</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': |