@@ -400,7 +400,7 @@ function menu_edit_item_form($edit) {
else{
$form['description']=array('#type'=>'textfield','#title'=>t('Description'),'#default_value'=>$edit['description'],'#description'=>t('The description displayed when hovering over a menu item.'));
$path_description=t('The Drupal path this menu item links to.');
$path_description=t('The Drupal path this menu item links to. Enter %front to link to the front page.',array('%front'=>theme('placeholder','<front>')));
@@ -400,7 +400,7 @@ function menu_edit_item_form($edit) {
else{
$form['description']=array('#type'=>'textfield','#title'=>t('Description'),'#default_value'=>$edit['description'],'#description'=>t('The description displayed when hovering over a menu item.'));
$path_description=t('The Drupal path this menu item links to.');
$path_description=t('The Drupal path this menu item links to. Enter %front to link to the front page.',array('%front'=>theme('placeholder','<front>')));