--- exif.install	2011-02-17 22:49:58.000000000 +0100
+++ exif.install.new	2011-02-17 22:51:21.000000000 +0100
@@ -38,6 +38,7 @@ function exif_requirements($phase) {
       $requirements['iptcparse'] = array(
         'title' => $t('IPTC library is not available'),
         'description' => $t('The Function iptcparse is not available on the system.'),
+        'value' => $t('Function iptcparse not available'),
         'severity' => REQUIREMENT_ERROR,
       );
     }
@@ -45,6 +46,7 @@ function exif_requirements($phase) {
       $requirements['GetImageSize'] = array(
         'title' => $t('Image library is not available'),
         'description' => $t('The Function GetImageSize is not available on the system.'),
+        'value' => $t('No Image library available'),
         'severity' => REQUIREMENT_ERROR,
       );
     }
@@ -52,6 +54,7 @@ function exif_requirements($phase) {
       $requirements['SXMPFiles'] = array(
         'title' => $t('XMP library is not available'),
         'description' => $t('Functions SXMP are not available on the system.'),
+        'value' => $t('No SXMP available'),
         'severity' => REQUIREMENT_WARNING,
       );
     }
