'Question' title is not traslated.

In the code:
faq.module, function theme_faq_draggable_question_order_table(), line 1462:
$header = array('', 'Question', '', 'Sort');
must be:
$header = array('', t('Question'), '', 'Sort');

Comments

Steven Brown’s picture

Version: 6.x-1.1 » 6.x-1.11

Not sure if you meant to put this under the latest version of FAQ which is 6.x-1.11 Which is what I'm assuming since is see what you are talking about in the latest version as well.

Also, if you are using the 6.x-1.1 version I suggest updating.

stella’s picture

Status: Needs work » Fixed

This has been committed, along with a t() on the 'Sort' column too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

stella’s picture

Released in 6.x-1.12.