michael-witzel There are so many modules with that name.
Let me take an example with module: Features Intro : style-5-tourphotos
You can open the file: /templates/ja_landscape/acm/features-intro/tmpl/style-5-tourphotos.php
Look for the code of image tag:
<img src="<?php echo $helper->get('data.img', $i) ?>" alt="" />
change it to:
<img src="<?php echo $helper->get('data.img', $i) ?>" alt="<?php echo $helper->get('data.description', $i) ?>" />