Index: contrib/image_attach/image_attach.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/image/contrib/image_attach/image_attach.module,v retrieving revision 1.70 diff -u -p -r1.70 image_attach.module --- contrib/image_attach/image_attach.module 29 Dec 2009 20:21:43 -0000 1.70 +++ contrib/image_attach/image_attach.module 1 Jan 2010 15:16:59 -0000 @@ -249,7 +249,7 @@ function image_attach_form_alter(&$form, '#type' => 'textfield', '#title' => t('Image title'), $value => '', - '#description' => t('The title the image will be shown with.') + '#description' => t('The title the image will be shown with. Leave blank to use the filename.') ); // Provide an additional submit button, which adds an image and redirects // the user to the node edit form.