Fix a typo: "while fluorescent" -> "white fluorescent"
authorLaurent Monin <geeqie@norz.org>
Wed, 9 Apr 2008 22:13:11 +0000 (22:13 +0000)
committerLaurent Monin <geeqie@norz.org>
Wed, 9 Apr 2008 22:13:11 +0000 (22:13 +0000)
src/exif.c

index 7fea472..223777e 100644 (file)
@@ -204,7 +204,7 @@ static ExifTextList ExifLightSourceList[] = {
        { 12,   N_("daylight fluorescent") },
        { 13,   N_("day white fluorescent") },
        { 14,   N_("cool white fluorescent") },
-       { 15,   N_("while fluorescent") },
+       { 15,   N_("white fluorescent") },
        { 17,   N_("standard light A") },
        { 18,   N_("standard light B") },
        { 19,   N_("standard light C") },