The link text for the link to the user's home page is currently not sent through the t() function, but it should be, I think, something like this in line 1077 of supernav.module (Drupal 5 version):

<li><a title="' . t('Home Page') . '" href="'. variable_get('site_frontpage', base_path()) .'">' . t('Home Page') . '</a></li>'. supernav_menu_tree() . supernav_get_devel() .'

Comments

chrisshattuck’s picture

Status: Active » Fixed

Good call, I have gone ahead and added this in to the Drupal 5 dev version.

Thanks!
Chris

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.