- #42520: Improve translatability of menu admin help

4.7.x
Steven Wittens 2005-12-29 04:03:34 +00:00
parent 5e49dd2a68
commit 511089865d
2 changed files with 2 additions and 2 deletions

View File

@ -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.</p>', array('%blocks' => l(t('blocks administration page'), 'admin/block')));
return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the <a href="%blocks">blocks administration page</a>.</p>', array('%blocks' => url('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':

View File

@ -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.</p>', array('%blocks' => l(t('blocks administration page'), 'admin/block')));
return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the <a href="%blocks">blocks administration page</a>.</p>', array('%blocks' => url('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':