I would like to change the string 'select media' in a media form element to something like 'select picture'.
Is there a way to change this string for a certain field? So for a single field in a single content type?
I tried with theme_form_element and hook_form_alter but the information doesn't seem to be available there.
Comments
Comment #1
peteruithoven commentedOne way:
Comment #2
devin carlson commentedFixed as per #1.