summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-28 20:14:44 -0500
committerDries Buytaert <dries@buytaert.net>2011-02-28 20:14:44 -0500
commit540ee5f4400e33bb202835b61bdefc7f7a280d82 (patch)
tree87b77b437fcf13f7b87daf6be6ca06c8ec0e1b70 /modules/menu
parent79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (diff)
downloadbrdo-540ee5f4400e33bb202835b61bdefc7f7a280d82.tar.gz
brdo-540ee5f4400e33bb202835b61bdefc7f7a280d82.tar.bz2
- Patch #1071494 by Takafumi: typo in menu.module.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index ba1b9994d..ec41c2f3e 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -19,7 +19,7 @@ function menu_help($path, $arg) {
case 'admin/help#menu':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
- $output .= '<p>' . t('The Menu module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the <a href="@blocks"">Blocks administration page</a>. You can view and manage menus on the <a href="@menus">Menus administration page</a>. For more information, see the online handbook entry for the <a href="@menu">Menu module</a>.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/handbook/modules/menu/')) . '</p>';
+ $output .= '<p>' . t('The Menu module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the <a href="@blocks">Blocks administration page</a>. You can view and manage menus on the <a href="@menus">Menus administration page</a>. For more information, see the online handbook entry for the <a href="@menu">Menu module</a>.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/handbook/modules/menu/')) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Managing menus') . '</dt>';