From de0eb79c2a51c91578e83bcaaafa24c1e75f2829 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 19 Jul 2009 05:57:08 +0000 Subject: - Patch #523406 by Bohjan: clean up forum administration description. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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 .= '

' . t('For more information, see the online handbook entry for Forum module.', array('@forum' => 'http://drupal.org/handbook/modules/forum/')) . '

'; return $output; case 'admin/build/forum': - return '

' . 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 Name 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 Save button at the bottom of the page.') . '

'; + return '

' . 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.') . '

'; case 'admin/build/forum/add/container': return '

' . 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.') . '

'; case 'admin/build/forum/add/forum': -- cgit v1.2.3