Changed "knots" to more clear "nautical miles" (Ubuntu Launchpad bug
authorDan Fandrich <dan@coneharvesters.com>
Thu, 17 Feb 2011 06:25:07 +0000 (22:25 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 17 Feb 2011 06:25:07 +0000 (22:25 -0800)
https://bugs.launchpad.net/bugs/712115 reported by Daniel Thibault).

ChangeLog
libexif/exif-tag.c

index 08ecbb5..62964f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-16  Dan Fandrich <dan@coneharvesters.com>
+
+       * Changed "knots" to more clear "nautical miles" (Ubuntu Launchpad bug
+         https://bugs.launchpad.net/bugs/712115 reported by Daniel Thibault).
+
 2010-12-15  Dan Fandrich <dan@coneharvesters.com>
 
        * Released 0.6.20
index 9e38849..60f8331 100644 (file)
@@ -193,7 +193,7 @@ static const struct TagEntry {
        {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"),