summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-28 12:06:06 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-28 12:06:06 +0000
commit7445e8e8545e3165113fceb335977584db1913e2 (patch)
treeaff8e6ec0c2b7b00248c385d3e1c03f9d087fa44 /modules/menu
parent18a5374781d76baf5d22c65dd33010cdff5c2ba2 (diff)
downloadbrdo-7445e8e8545e3165113fceb335977584db1913e2.tar.gz
brdo-7445e8e8545e3165113fceb335977584db1913e2.tar.bz2
- Patch #42520 by Cvbge: change text for easier translation.
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 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':