I simply need to remove the HTML title attribute from the link used in the TwentyTen navigation menu.
The theme header file calls this
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
I've tried editing where it builds the links in nav-menu-template.php but it doesn't seem to have any effect.