If you don't like the title for the uncategorized profile fields (which is the same as the tab which all comes from $vbphrase["extra_options"]), find this code in the EPFP Tab plugin:
Code:
'title' => (
$profilefieldcategoryid == 0 ?
$vbphrase["extra_options"] :
$vbphrase["category{$profilefieldcategoryid}_title"]
),
change $vbphrase["extra_options"] to whatever phrase or text you'd like to replace it.