The label of the link widget in add node content form doesn't translate. Change line 261 to:
'#title' => t($field['widget']['label']),
The label of the link widget in add node content form doesn't translate. Change line 261 to:
'#title' => t($field['widget']['label']),
Comments
Comment #1
quicksketchAlthough I've been told that t() around a complete wildcard string is a bad thing, I think in the cases of small sets of strings it's acceptable, no? Since I already had t() around the $field['widget']['label'] in one place I hope it's okay to do this in all places in the code. Thanks!
Comment #2
(not verified) commented