From 2abe3dc8242d899c82ab042492a138a07d339d22 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 19 Nov 2011 05:06:54 +0000 Subject: [PATCH] #794: Made flash mode descriptions more consistent. --- src/tags.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tags.cpp b/src/tags.cpp index b5df6677..af3bf9d5 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -362,14 +362,14 @@ namespace Exiv2 { extern const TagDetails exifFlash[] = { { 0x00, N_("No flash") }, { 0x01, N_("Fired") }, - { 0x05, N_("Fired, strobe return light not detected") }, - { 0x07, N_("Fired, strobe return light detected") }, + { 0x05, N_("Fired, return light not detected") }, + { 0x07, N_("Fired, return light detected") }, { 0x08, N_("Yes, did not fire") }, { 0x09, N_("Yes, compulsory") }, { 0x0d, N_("Yes, compulsory, return light not detected") }, { 0x0f, N_("Yes, compulsory, return light detected") }, { 0x10, N_("No, compulsory") }, - { 0x14, N_("No, did not fire, return not detected") }, + { 0x14, N_("No, did not fire, return light not detected") }, { 0x18, N_("No, auto") }, { 0x19, N_("Yes, auto") }, { 0x1d, N_("Yes, auto, return light not detected") },