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...)
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
Comment #1
karens commentedMissed this older issue and fixed a newer one that pointed out the same problem. Fix committed. Thanks!
Comment #2
(not verified) commented