Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: libexif/sources/libexif/exif-tag.c

Issue 10792004: Fetch libexif 0.6.21 to include the security fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libexif/sources/libexif/exif-entry.c ('k') | libexif/sources/libexif/exif-utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libexif/sources/libexif/exif-tag.c
===================================================================
--- libexif/sources/libexif/exif-tag.c (revision 143189)
+++ libexif/sources/libexif/exif-tag.c (working copy)
@@ -193,7 +193,7 @@
{EXIF_TAG_GPS_DEST_DISTANCE_REF, "GPSDestDistanceRef", N_("Reference for Distance to Destination"),
N_("Indicates the unit used to express the distance to the "
"destination point. 'K', 'M' and 'N' represent kilometers, miles "
- "and knots."), ESL_GPS},
+ "and nautical miles."), ESL_GPS},
{EXIF_TAG_GPS_DEST_DISTANCE, "GPSDestDistance", N_("Distance to Destination"),
N_("Indicates the distance to the destination point."), ESL_GPS},
{EXIF_TAG_GPS_PROCESSING_METHOD, "GPSProcessingMethod", N_("Name of GPS Processing Method"),
« no previous file with comments | « libexif/sources/libexif/exif-entry.c ('k') | libexif/sources/libexif/exif-utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698