Closed (fixed)
Project:
Site User List
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jun 2007 at 14:09 UTC
Updated:
5 Jun 2007 at 05:30 UTC
The title of Contact Information form should be run through the t() function.
Simply change the line 1312 in site_user_list.module
from:
'#title' => 'Contact Information'
to:
'#title' => t('Contact Information')
Comments
Comment #1
pukku commentedThanks — this has now been fixed.
Comment #2
Libra commentedThanks