OK ..... i found the bug that is causing the missing phrases in the email body... I will update the zip soon.
Here is the quick fix
If an email phrase varname has more than one underscore "_" it seems to have some sort of conflict .....
open mc_moninate.php and on 296 and find
PHP Code:
eval(fetch_email_phrases('mc_nomination_email'));
change to
PHP Code:
eval(fetch_email_phrases('mc_nominationemail'));
save and upload mc_moninate.php
search for phrase in both email body and email subject for
mc_nomination_email change to mc_nominationemail
That should fix the problem