diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-11 06:56:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-11 06:56:44 +0000 |
commit | 073eb45833be1c36d804c456c1258a697353fc70 (patch) | |
tree | 1125c35f32d4d18553b304ae1cdce7cad251f22c /modules/menu | |
parent | 049c6ddd96d727e0ba14ad97cf9a3c6575377669 (diff) | |
download | brdo-073eb45833be1c36d804c456c1258a697353fc70.tar.gz brdo-073eb45833be1c36d804c456c1258a697353fc70.tar.bz2 |
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
Diffstat (limited to 'modules/menu')
-rw-r--r-- | modules/menu/menu.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc index c43de5148..c13c88e87 100644 --- a/modules/menu/menu.admin.inc +++ b/modules/menu/menu.admin.inc @@ -317,7 +317,7 @@ function menu_edit_menu(&$form_state, $type, $menu = array()) { '#type' => 'textfield', '#title' => t('Menu name'), '#maxsize' => MENU_MAX_MENU_NAME_LENGTH_UI, - '#description' => t('The machine-readable name of this menu. This text will be used for constructing the URL of the <em>menu overview</em> page for this menu. This name may consist of only of lowercase letters, numbers, and hyphens, and must be unique.'), + '#description' => t('The machine-readable name of this menu. This text will be used for constructing the URL of the <em>menu overview</em> page for this menu. This name must contain only lowercase letters, numbers, and hyphens, and must be unique.'), '#required' => TRUE, ); $form['#insert'] = TRUE; |