Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.11
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2010 at 16:02 UTC
Updated:
29 Oct 2010 at 10:01 UTC
'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
Comment #1
Steven Brown commentedNot 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.
Comment #2
stella commentedThis has been committed, along with a t() on the 'Sort' column too.
Comment #4
stella commentedReleased in 6.x-1.12.