summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2004-01-02 20:59:43 +0000
committerDave Camp <campd@src.gnome.org>2004-01-02 20:59:43 +0000
commitab8ec678e7c2fb555ecc4c766cc2bc302deb3db0 (patch)
tree77a7124d36381960305f35216b80492ca931e6f7 /components
parentf1a79296bc4bfe863d82071ffe3f602ce2bbc615 (diff)
downloadnautilus-ab8ec678e7c2fb555ecc4c766cc2bc302deb3db0.tar.gz
Fixed a typo in the Focal Length field. Patch from Stephane Wirtel
2004-01-02 Dave Camp <dave@ximian.com> * components/image_properties/nautilus-image-properties-view.c (append_exifdata_string): Fixed a typo in the Focal Length field. Patch from Stephane Wirtel <stephane.wirtel@belgacom.net>
Diffstat (limited to 'components')
-rw-r--r--components/image_properties/nautilus-image-properties-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/image_properties/nautilus-image-properties-view.c b/components/image_properties/nautilus-image-properties-view.c
index a940e9f2a..fe7b3e624 100644
--- a/components/image_properties/nautilus-image-properties-view.c
+++ b/components/image_properties/nautilus-image-properties-view.c
@@ -197,7 +197,7 @@ append_exifdata_string (ExifData *exifdata, GString *string)
append_tag_value_pair (string, exifdata, EXIF_TAG_APERTURE_VALUE, _("Aperture Value"));
append_tag_value_pair (string, exifdata, EXIF_TAG_METERING_MODE, _("Metering Mode"));
append_tag_value_pair (string, exifdata, EXIF_TAG_FLASH,_("Flash Fired"));
- append_tag_value_pair (string, exifdata, EXIF_TAG_FOCAL_LENGTH,_("Focal Lenght"));
+ append_tag_value_pair (string, exifdata, EXIF_TAG_FOCAL_LENGTH,_("Focal Length"));
append_tag_value_pair (string, exifdata, EXIF_TAG_SHUTTER_SPEED_VALUE, _("Shutter Speed"));
append_tag_value_pair (string, exifdata, EXIF_TAG_ISO_SPEED_RATINGS, _("ISO Speed Rating"));
append_tag_value_pair (string, exifdata, EXIF_TAG_SOFTWARE, _("Software"));