The (default) label for pop-up help is "More help". Seems odd when on the linking page there's no help available.
Shouldn't this just be "Help"? (See e.g. admin/build/modules on the demo site.)

Comments

Gurpartap Singh’s picture

Status: Active » Fixed

theme_help_link(), now theme_more_help_link() (see patches) already has an argument for setting the title/label, which defaults to "More help".

admin/settings/site-information on the demo site demonstrates the above case.

For the modules page, the description is the first introduction that the user is given, about that module. And he/she may learn further using More help link. Makes good sense to me so far, but ideas are always good to know.

Gurpartap Singh’s picture

Status: Fixed » Closed (works as designed)