Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
206d652a
Commit
206d652a
authored
Sep 20, 2007
by
Gábor Hojtsy
Browse files
#162276
by Rowanw: usability - reword menu item deletion checkbox label
parent
cc8d47a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/menu/menu.module
View file @
206d652a
...
...
@@ -370,7 +370,7 @@ function menu_form_alter(&$form, $form_state, $form_id) {
// There is an existing link.
$form
[
'menu'
][
'delete'
]
=
array
(
'#type'
=>
'checkbox'
,
'#title'
=>
t
(
'
Check to remove this item from the menu
.'
),
'#title'
=>
t
(
'
Delete this menu item
.'
),
);
}
if
(
!
$item
[
'link_title'
])
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment