Closed (duplicate)
Project:
Signup
Version:
6.x-1.0-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2009 at 15:25 UTC
Updated:
3 May 2009 at 18:53 UTC
File: node.inc, Function: theme_signup_custom_data_rows
Replace
$rows[] = array($key .':', check_plain($value));
With
$rows[] = array(t($key) .':', check_plain($value));
Thank you!
Comments
Comment #1
dwwAlready fixed, will be out in RC4. #181272: can't translate labels on the signup form?