<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I made a menu item whose title was "Members only (login required)".  It comes out in the menu as "Members Only (login Required)" [note capitalization].  It looks like what's happening is its trying to make each word into initial caps, where word is defined as being delimited by whitespace.  The third word is "(login", and it's trying to upper-case the "(" instead of the "l".<div><br class="webkit-block-placeholder"></div><div>Once I realized what was going on, it was easy to change the menu title to have the "correct" capitalization, but this looks like a minor bug which should get corrected.<br><br><div> <p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">--</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="mailto:roy@panix.com">roy@panix.com</a></font></p>  </div><br></div></body></html>