change message as shown below
'email_invalid' => 'Email is invalid <br/> please check carefully',
in 'qa-lang-users.php'
then change line as shown below where your want to use it
return str_replace("<br/>","<br/>", qa_lang_html('users/email_invalid'));
instead of return qa_lang('users/email_invalid');