Re: Spelling errors/Minor changes

Yup please please, don't overdo the i18n system. Don't cut phrases into small pieces, and don't over-reuse phrases out of context.

Some languages have very different grammatical system, syntax rules, and such. It's much, much better to have to re-write a word a dozen times around while localizing, than having to go around the system or butcher the localization because of the system used.

Re: Spelling errors/Minor changes

"Verify registrations" is enabled.

After registering, this message is shown: "Thank you for registering. Your password has been sent to the specified address.". Actually, an email with a link to set your password is sent, and no password is sent.

Re: Spelling errors/Minor changes

profile.php

Add this code after line 2094:
$pun_page['frm_info'][] = '<li><span>'.$lang_profile['Avatar info type'].'</span></li>';