I tried doing this via a plugin, but I don't think the required hook is there. So you can do the following.
Open the file, includes/functions_bigthree.php and find the following:
Code:
$user['invisiblemark'] = '*';
Change it to this:
Code:
$user['invisiblemark'] = '<a href="profile.php?do=editoptions" rel="nofollow"> Invisible</a>';
You can change the word to anything you wish.