'#description'=>t('The maximum depth for a link and all its children is fixed at !maxdepth. Some menu links may not be available as parents if selecting them would exceed this limit.',array('!maxdepth'=>MENU_MAX_DEPTH)),
drupal_set_message(t('The menu system stores system paths only, but will use the URL alias for display. %link_path has been stored as %normal_path',array('%link_path'=>$item['link_path'],'%normal_path'=>$normal_path)));
...
...
@@ -372,14 +362,14 @@ function menu_edit_item_validate($form, &$form_state) {
* Submit function for the delete button on the menu item editing form.