I have a form with an image upload input. When the form have validation errors, an element appears near the image input with this format: "filename.jpg | delete" (that format is setted in common.php line 2657).
Is there any way to costumize that message without editing the core file?
Thanks!