[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:52 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=89f2561
The following commit has been merged in the master branch:
commit 89f256105643613855c701c76b1bbc74b53b759e
Author: tbeu <mail at tbeu.de>
Date: Tue Nov 10 22:19:37 2015 +0000
Add spaces to description of tag TimeZoneOffset
---
src/tags.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/tags.cpp b/src/tags.cpp
index b1a475a..b6ef527 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -814,10 +814,10 @@ namespace Exiv2 {
TagInfo(0x8828, "OECF", N_("OECF"), N_("Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524."), ifd0Id, tiffEp, undefined, 0, printValue), // TIFF/EP tag
TagInfo(0x8829, "Interlace", N_("Interlace"), N_("Indicates the field number of multifield images."), ifd0Id, tiffEp, unsignedShort, 1, printValue), // TIFF/EP tag
TagInfo(0x882a, "TimeZoneOffset", N_("Time Zone Offset"),
- N_("This optional tag encodes the time zone of the camera clock (relative"
- "to Greenwich Mean Time) used to create the DataTimeOriginal tag-value"
- "when the picture was taken. It may also contain the time zone offset"
- "of the clock used to create the DateTime tag-value when the image was"
+ N_("This optional tag encodes the time zone of the camera clock (relative "
+ "to Greenwich Mean Time) used to create the DataTimeOriginal tag-value "
+ "when the picture was taken. It may also contain the time zone offset "
+ "of the clock used to create the DateTime tag-value when the image was "
"modified."),
ifd0Id, tiffEp, signedShort, -1, printValue),
TagInfo(0x882b, "SelfTimerMode", N_("Self Timer Mode"), N_("Number of seconds image capture was delayed from button press."), ifd0Id, tiffEp, unsignedShort, 1, printValue), // TIFF/EP tag
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list