Yes, the translated phrases are escaped for output to HTML, so you cannot embed HTML within them. Your easiest solution would be to modify function qa_lang_html() in qa-base.php to perform the reverse substitution, e.g. replace '<em&rt;' with '<em>'. You probably shouldn't remove the HTML escaping entirely because of other phrases.