The label of the link widget in add node content form doesn't translate. Change line 261 to:

        '#title' => t($field['widget']['label']),

Comments

quicksketch’s picture

Status: Active » Fixed

Although 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!

Anonymous’s picture

Status: Fixed » Closed (fixed)