#794: Made flash mode descriptions more consistent.
This commit is contained in:
parent
a558a1d066
commit
2abe3dc824
@ -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") },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user