File : catalogadmincustomers_points_pending.php

at ligne 102, replace this :
$notify_comment = sprintf(EMAIL_TEXT_COMMENT . ' ' . $comment_cancel) . "n";


by this line :
$notify_comment = sprintf(EMAIL_TEXT_COMMENT, $comment_cancel) . "n";


More...