summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
commit9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (patch)
tree764bc2146802b2e35d5b54cf2afb4f428372186a /modules/menu
parent22444f2fedf0fbe34423128ede822adc0f82e411 (diff)
downloadbrdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.gz
brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.bz2
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.admin.inc2
-rw-r--r--modules/menu/menu.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc
index 383a70376..779399b05 100644
--- a/modules/menu/menu.admin.inc
+++ b/modules/menu/menu.admin.inc
@@ -304,7 +304,7 @@ function menu_edit_item(&$form_state, $type, $item, $menu) {
'#title' => t('Parent item'),
'#default_value' => $default,
'#options' => $options,
- '#description' => t('The maximum depth for an item and all its children is fixed at !maxdepth. Some menu items may not be available as parents if selecting them would exceed this limit.', array('!maxdepth' => MENU_MAX_DEPTH)),
+ '#description' => t('The maximum depth for an item and all its children is fixed at !maxdepth. Some menu items may not be available as parents if selecting them would exceed this limit.', array('!maxdepth' => MENU_MAX_DEPTH)),
'#attributes' => array('class' => 'menu-title-select'),
);
$form['menu']['weight'] = array(
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index 884b4faed..633125d61 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -403,7 +403,7 @@ function menu_form_alter(&$form, $form_state, $form_id) {
'#title' => t('Parent item'),
'#default_value' => $default,
'#options' => $options,
- '#description' => t('The maximum depth for an item and all its children is fixed at !maxdepth. Some menu items may not be available as parents if selecting them would exceed this limit.', array('!maxdepth' => MENU_MAX_DEPTH)),
+ '#description' => t('The maximum depth for an item and all its children is fixed at !maxdepth. Some menu items may not be available as parents if selecting them would exceed this limit.', array('!maxdepth' => MENU_MAX_DEPTH)),
'#attributes' => array('class' => 'menu-title-select'),
);
$form['#submit'][] = 'menu_node_form_submit';