summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/menu.module2
-rw-r--r--modules/menu/menu.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/menu.module b/modules/menu.module
index ef22582cf..ede4266bc 100644
--- a/modules/menu.module
+++ b/modules/menu.module
@@ -86,7 +86,7 @@ function menu_help($section) {
case 'admin/menu':
return t('<p>Select an operation from the list to move, change, or delete a menu item.</p>');
case 'admin/menu/menu/add':
- return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks administration page.</p>', array('%blocks' => l(t('blocks'), 'admin/block')));
+ return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks.</p>', array('%blocks' => l(t('blocks administration page'), 'admin/block')));
case 'admin/menu/item/add':
return t('<p>Enter the title, path, position and the weight for your new menu item.</p>');
case 'admin/settings/menu':
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index ef22582cf..ede4266bc 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -86,7 +86,7 @@ function menu_help($section) {
case 'admin/menu':
return t('<p>Select an operation from the list to move, change, or delete a menu item.</p>');
case 'admin/menu/menu/add':
- return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks administration page.</p>', array('%blocks' => l(t('blocks'), 'admin/block')));
+ return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks.</p>', array('%blocks' => l(t('blocks administration page'), 'admin/block')));
case 'admin/menu/item/add':
return t('<p>Enter the title, path, position and the weight for your new menu item.</p>');
case 'admin/settings/menu':