=== modified file 'uc_product/uc_product.module'
--- uc_product/uc_product.module	2009-05-19 21:09:19 +0000
+++ uc_product/uc_product.module	2009-05-21 14:38:56 +0000
@@ -1854,6 +1854,10 @@
       ),
     ),
   );
+  if (module_exists('imagefield_tokens')) {
+    $field['alt'] = '[title]';
+    $field['title'] = '[title]';
+  }
 
   if ($type) {
     // Accept single or multiple types as input.

