=== modified file 'uc_product_kit/uc_product_kit.module'
--- uc_product_kit/uc_product_kit.module	2009-03-19 16:55:19 +0000
+++ uc_product_kit/uc_product_kit.module	2009-04-01 16:59:11 +0000
@@ -748,7 +748,7 @@
     }
 
     if (!count($instances)) {
-      return array(array('status' => 'warning', 'title' => t('Images'), 'desc' => t('Product kits do not have an image field. You may add a %field_name at the <a href="!add_url">Add field page</a> and make sure it is set as the Ubercart image in the <a href="!edit_url">content type settings</a> under the Workflow fieldset.', array('%field_name' => $field, '!add_url' => url('admin/content/types/product-kit/add_field'), '!edit_url' => url('admin/content/types/product-kit')))));
+      return array(array('status' => 'warning', 'title' => t('Images'), 'desc' => t('Product kits do not have an image field. You may add a %field_name at the <a href="!add_url">Add field page</a> and make sure it is set as the Ubercart image in the <a href="!edit_url">content type settings</a> under the Workflow fieldset.', array('%field_name' => $field, '!add_url' => url('admin/content/node-type/product-kit/fields'), '!edit_url' => url('admin/content/node-type/product-kit')))));
     }
   }
 

