Fix of a recently introduced typo: "Stanard" -> "Standard"
authorJan Patera <patera@pictview.com>
Fri, 2 Apr 2004 16:09:12 +0000 (18:09 +0200)
committerJan Patera <patera@pictview.com>
Fri, 2 Apr 2004 16:09:12 +0000 (18:09 +0200)
libexif/exif-entry.c

index 0172dbc..50bd080 100644 (file)
@@ -164,7 +164,7 @@ static struct {
   { EXIF_TAG_WHITE_BALANCE,
     { N_("Auto white balance"), N_("Manual white balance"), NULL}},
   { EXIF_TAG_SCENE_CAPTURE_TYPE,
-    { N_("Stanard"), N_("Landscape"), N_("Portrait"),
+    { N_("Standard"), N_("Landscape"), N_("Portrait"),
       N_("Night scene"), NULL}},
   { EXIF_TAG_GAIN_CONTROL,
     { N_("Normal"), N_("Low gain up"), N_("High gain up"),