Fix for put this in your template.php in your theme

  1. function _phptemplate_variables($hook, $vars) {
  2.   if ($hook == 'page') {
  3.  
  4.     if (arg(0) == 'user') {
  5.       $vars['tabs'] = str_replace('Edit</a>', 'Account</a>', $vars['tabs']);
  6.     }
  7.     return $vars;
  8.   }
  9.   return array();
  10. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.