Index: imceimage.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imceimage/imceimage.module,v
retrieving revision 1.3
diff -u -p -r1.3 imceimage.module
--- imceimage.module	3 Jul 2008 15:02:31 -0000	1.3
+++ imceimage.module	11 Sep 2008 11:30:40 -0000
@@ -298,7 +298,8 @@ function imceimage_process($element, $ed
 		'#value' => $field['widget']['label'] 
                .' [<a href="'
                ."javascript:imceImage.open('$link', '$delta-$field_id')"
-               .'" class="imceimage-add">'. $links );
+               .'" class="imceimage-add">'. $links,
+		'#description' => $element['#description'] );
 
 	$element['imce_view'] = array(
 		'#type' => 'item',
