on line 371 the following code:
'#title' => 'Your name',
should be:
'#title' => t('Your name'),

and on line 386:
'#title' => 'Question',
should be:
'#title' => t('Question'),

cheers

Comments

codepoet’s picture

Assigned: Unassigned » codepoet
Status: Needs review » Fixed

Ah, good catch. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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