Mercurial > defr > drupal > core
diff modules/menu/menu.module @ 7:fff6d4c8c043 6.3
Drupal 6.3
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:28 +0100 |
parents | 2427550111ae |
children |
line wrap: on
line diff
--- a/modules/menu/menu.module Tue Dec 23 14:30:08 2008 +0100 +++ b/modules/menu/menu.module Tue Dec 23 14:30:28 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: menu.module,v 1.157.2.2 2008/04/09 21:11:48 goba Exp $ +// $Id: menu.module,v 1.157.2.3 2008/05/10 06:53:53 dries Exp $ /** * @file @@ -27,7 +27,7 @@ case 'admin/build/menu/add': return '<p>'. t('Enter the name for your new menu. Remember to enable the newly created block in the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) .'</p>'; case 'admin/build/menu-customize/%': - return '<p>'. t('To rearrange menu items, grab a drag-and-drop handle under the <em>Menu item</em> column and drag the items (or group of items) to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save configuration</em> button at the bottom of the page.') .'<p>'; + return '<p>'. t('To rearrange menu items, grab a drag-and-drop handle under the <em>Menu item</em> column and drag the items (or group of items) to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save configuration</em> button at the bottom of the page.') .'</p>'; case 'admin/build/menu/item/add': return '<p>'. t('Enter the title and path for your new menu item.') .'</p>'; }