According to this core issue, menu items should be capitalised for Drupal 5 and up.
The "#title" attribute in the _menu hook needs a capital 'B'.

Comments

dmuth’s picture

Status: Active » Fixed

Okay, I fixed this for the latest (DRUPAL-5--2) version.

I couldn't get the new menu to display on my end, but I'm assuming that it is a caching issue. If I just borked the fix, please let me know...

-- Doug

dmuth’s picture

Status: Fixed » Closed (fixed)
ahoeben’s picture

It's the 'may_cache' thing ;-)

Basically, after you change a _menu hook for a module, the menu cache must be cleared. This is done automatically by disabling and reenabling your module. Alternatively, if you are that type of person, you could truncate the cache table using PHPMySQL.