faq_ask.module line ~327
from:
$mail_sent = drupal_mail('expert-notify', $to, 'You have a question waiting', $body, $from, $header);
to:
$mail_sent = drupal_mail('expert-notify', $to, t('You have a question waiting'), $body, $from, $header);
thank you
Comments
Comment #1
nancydruGood catch - thanks. Committed.
Comment #2
nancydru