summaryrefslogtreecommitdiff
path: root/modules/menu.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-01 14:09:53 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-01 14:09:53 +0000
commit93159ec41620558a68c7bc7504b652c93b77a0d7 (patch)
tree87f2dd82d07544631640728d679d9f3af68fbab3 /modules/menu.module
parentece2aab4fdf7800589b36a40237fa20e9d04c616 (diff)
downloadbrdo-93159ec41620558a68c7bc7504b652c93b77a0d7.tar.gz
brdo-93159ec41620558a68c7bc7504b652c93b77a0d7.tar.bz2
- Patch #47056: improved the consistency of the help texts.
Diffstat (limited to 'modules/menu.module')
-rw-r--r--modules/menu.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/menu.module b/modules/menu.module
index 178f64c5f..35c8afb09 100644
--- a/modules/menu.module
+++ b/modules/menu.module
@@ -64,9 +64,9 @@ function menu_help($section) {
case 'admin/help#menu':
$output = t('<p>The menu module allows for customization of the menus. Menus are useful for providing navigation in your site. The main menu for navigation is the navigation menu. Menus appear in blocks on your site.</p>
<ul>
-<li>On the administer menu page administrators can \'\'\'edit\'\'\' to change the title, description, parent or weight of the menu item. Under the \'\'\'operations\'\'\' column, click on \'\'\'enable/disable\'\'\' to toggle the menu item on or off. Menu items which are disabled are not deleted; they are merely not available for navigating the site in the sidebar menu block. Note that the default menu items generated by the menu module cannot be deleted, only disabled.</li>
-<li>Using the \'\'\'add menu\'\'\' tab submit a title for a new custom menu. Once submitted, the new menu will appear in a list toward the bottom of the administer menu page underneath the main navigation menu.</li>
-<li>Use the \'\'\'add menu item\'\'\' tab to create new links in either the navigation or a custom menu. Select the parent item to place the new link within an existing menu structure. For top level menu items, choose the name of the menu in which the link is to be added.</li>
+<li>On the administer menu page administrators can \"edit\" to change the title, description, parent or weight of the menu item. Under the \"operations\" column, click on \"enable/disable\" to toggle the menu item on or off. Menu items which are disabled are not deleted; they are merely not available for navigating the site in the sidebar menu block. Note that the default menu items generated by the menu module cannot be deleted, only disabled.</li>
+<li>Using the \"add menu\" tab submit a title for a new custom menu. Once submitted, the new menu will appear in a list toward the bottom of the administer menu page underneath the main navigation menu.</li>
+<li>Use the \"add menu item\" tab to create new links in either the navigation or a custom menu. Select the parent item to place the new link within an existing menu structure. For top level menu items, choose the name of the menu in which the link is to be added.</li>
<li>To turn off the navigation menu block, administer the block page.</li>
</ul>
');