Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.68.2.13
diff -u -r1.68.2.13 img_assist.module
--- img_assist.module	17 May 2007 07:42:04 -0000	1.68.2.13
+++ img_assist.module	17 Jun 2007 20:55:20 -0000
@@ -125,7 +125,7 @@
  */
 function theme_img_assist_textarea_link($element, $link) {
   $output  = '<div class="img_assist-button"><a class="img_assist-link" id="img_assist-link-'. $element['#id'] .'" title="'. t('Click here to add images') .'" href="'. url('img_assist/load/textarea', 'textarea='. $element['#name']) .'" onclick="window.open(this.href, \'img_assist_link\', \'width=600,height=350,scrollbars=yes,status=yes,resizable=yes,toolbar=no,menubar=no\'); return false">';
-  $output .= ($link == 'icon') ? '<img src="'. base_path() . drupal_get_path('module', 'img_assist') .'/add-image.jpg" border="0" width="36" height="25" />' : t('Add image');
+  $output .= ($link == 'icon') ? '<img src="'. base_path() . drupal_get_path('module', 'img_assist') .'/add-image.jpg" border="0" width="36" height="25" alt="'. t('Add images') .'" />' : t('Add image');
   $output .= '</a></div>';
   return $output;
 }
