Issue #1539164 by Birk: Fixed Menu machine_name() label says 'URL path'.

merge-requests/26/head
webchick 2012-10-23 15:39:56 -07:00
parent fbecc5a656
commit ffd207cbe8
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ function menu_edit_menu($form, &$form_state, $type, $menu = array()) {
'#machine_name' => array(
'exists' => 'menu_edit_menu_name_exists',
'source' => array('title'),
'label' => t('URL path'),
'replace_pattern' => '[^a-z0-9-]+',
'replace' => '-',
),