How to translate "Register" text at Login page
Hello,
Im trying to make a spanish version of ClassiPress to post information about scholarships in Mexico. I need everything in Spanish & I can't seem to find a way to change the "Register"link. I don't get it.
The text right above was so easy to change.... My website´s url is
http://69.89.31.99/~becasmex/login/
The code in question is:
<?php wp_register('<p class="register">','</p>'); ?>
<?php do_action('login_form'); ?>
Thanks!