I just replaced lines 476 and 484 of date.module with the following:

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

'description' => t($field['widget']['description']),

It improves localization of this module (and i think it doesn't break anything...)

Comments

karens’s picture

Status: Active » Fixed

Missed this older issue and fixed a newer one that pointed out the same problem. Fix committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)