When creating or editing a menu item, under the "Title" field, the help text reads:
The name of the menu.

All other help text on the same page refers correctly to "menu item" rather than simply "menu."

Apart from being inconsistent, this help text is confusing. The name of the menu seems to be asking for the parent item of the new menu item rather than for the name of the menu item itself.

The help text for the "Title" field should be changed to:
The name of the menu item.

CommentFileSizeAuthor
#2 menu_new_menu_title.patch1.62 KBRichard Archer
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GWL’s picture

Category: bug » task

I believe this is a task rather than a bug report.

Richard Archer’s picture

Status: Active » Needs review
FileSize
1.62 KB

This is a bit tricky because the same text is displayed when a menu or a menu item is created.

Here's a patch that fixes it, at the expense of some duplication.

It'd be great if you could review this patch and change the status to "ready to commit" if it's OK.

Dries’s picture

Status: Needs review » Fixed

Committed. Seems to work. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)