diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-20 08:41:33 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-20 08:41:33 +0000 |
commit | 206d652a824284cb08736f5f8182679fac8ed3b0 (patch) | |
tree | a2c79344e30ae6f62dd3828f5ef38663b4fd5260 /modules | |
parent | cc8d47a9f1e1827493668152950edccb0f8cc640 (diff) | |
download | brdo-206d652a824284cb08736f5f8182679fac8ed3b0.tar.gz brdo-206d652a824284cb08736f5f8182679fac8ed3b0.tar.bz2 |
#162276 by Rowanw: usability - reword menu item deletion checkbox label
Diffstat (limited to 'modules')
-rw-r--r-- | modules/menu/menu.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 8bb93acaa..d8d985a67 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -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']) { |