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

pukku’s picture

Assigned: Unassigned » pukku
Status: Needs review » Fixed

Thanks — this has now been fixed.

Libra’s picture

Status: Fixed » Closed (fixed)

Thanks