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

dww’s picture

Status: Active » Closed (duplicate)

Already fixed, will be out in RC4. #181272: can't translate labels on the signup form?