There's a typo in newreply.inc.php:

"title" => "{$ubbt_lang['REPLY_TEX']}",

correct:
"title" => "{$ubbt_lang['REPLY_TEXT']}",


##eek##