[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1016823: Thunar: add Lens Model to Image tab [patch attached]



Package: thunar
Version: 4.16.8-1
Severity: wishlist
Tags: patch

Hi,

Patch for including Lens ("Lens Model" is the actual EXIF tag name) in
Image tab, just after camera model is included at the bottom. A Spanish translation for the field text is also included in the patch.

Please, forward to upstream and include as a patch in the meantime for
sid.

Thanks in advance.

Regards,
José Luis


--- thunar-4.16.8/po/es.po	2021-05-07 15:29:31.000000000 +0200
+++ thunar-4.16.8.new/po/es.po	2022-08-08 04:19:37.690410704 +0200
@@ -3322,2 +3322,5 @@ msgstr "Modelo de la cámara:"
 
+msgid "Lens Model:"
+msgstr "Modelo del objetivo:"
+
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:50
--- thunar-4.16.8/plugins/thunar-apr/thunar-apr-image-page.c	2021-05-07 13:50:34.000000000 +0200
+++ thunar-4.16.8.new/plugins/thunar-apr/thunar-apr-image-page.c	2022-08-08 04:03:43.126388054 +0200
@@ -49,2 +49,3 @@ static const struct
   { N_ ("Camera Model:"),      EXIF_TAG_MODEL,               },
+  { N_ ("Lens Model:"),        EXIF_TAG_LENS_MODEL,          },
   { N_ ("Exposure Time:"),     EXIF_TAG_EXPOSURE_TIME,       },


Reply to: