Hi -
I'd like to edit the message that comes up when a member joins and include an actual link to log in to their account (right now it says "you may log into your account" but provides no link.
I've traced the function down in the join.php file to where it says:
echo _t( '_Join complete' );
echo '<br />';
echo _t( $sStatusText );
But I can't find the actual messages that the echo calls. Looked in the Languages keys and found _Join complete, but it didn't have the full text.
Any help????
Thanks!
dm