diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 21:41:09 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 21:41:09 -0700 |
commit | 1fa05d2f39604febda698743d78ff0c36cd25f5f (patch) | |
tree | 022571257ccf50d55b0b1e731797e4ea197f394d | |
parent | 6c6259c6c92add7d0c89159232a19c35fdab022b (diff) |
Updated to Exifer r4107
-rw-r--r-- | modules/exif/lib/exif.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/lib/exif.php b/modules/exif/lib/exif.php index 0bc1b515..f335dad4 100644 --- a/modules/exif/lib/exif.php +++ b/modules/exif/lib/exif.php @@ -485,7 +485,7 @@ function formatData($type,$tag,$intel,$data) { if ($data == 0) $data = gettext('No Flash'); else if ($data == 1) $data = gettext('Flash'); else if ($data == 5) $data = gettext('Flash, strobe return light not detected'); - else if ($data == 7) $data = gettext('Flash, strob return light detected'); + else if ($data == 7) $data = gettext('Flash, strobe return light detected'); else if ($data == 9) $data = gettext('Compulsory Flash'); else if ($data == 13) $data = gettext('Compulsory Flash, Return light not detected'); else if ($data == 15) $data = gettext('Compulsory Flash, Return light detected'); |