changeset 293:faeda3c7c8f8

Fix a typo: "while fluorescent" -> "white fluorescent"
author zas_
date Wed, 09 Apr 2008 22:13:11 +0000
parents d9625c2a085c
children 9131ca4ad70b
files src/exif.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/exif.c	Wed Apr 09 22:01:52 2008 +0000
+++ b/src/exif.c	Wed Apr 09 22:13:11 2008 +0000
@@ -204,7 +204,7 @@
 	{ 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") },