I have an image field (multiple).
In the node form, the ImageWiget has a process method that adds previews and form fields for images that have already been uploaded.
The description for the title tag is hard-coded on line 278: '#description' => t('The title is used as a tool tip when the user hovers the mouse over the image.'). We are actually showing the title as a caption and not a tooltip.
How can I override the description?