Closed (fixed)
Project:
Question
Version:
5.x-1.3
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jul 2007 at 13:44 UTC
Updated:
12 Nov 2007 at 22:41 UTC
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
Comment #1
codepoet commentedAh, good catch. Thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.