[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:25 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9363995

The following commit has been merged in the master branch:
commit 93639950c383657237498b69e71b1d6a0ac4c9a5
Author: asp <alan.pater at gmail.com>
Date:   Mon May 11 22:24:46 2015 +0000

    #1078 Undue mistaken escape
---
 src/tags.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index c945423..b47330e 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -619,7 +619,7 @@ namespace Exiv2 {
                 N_("The number of inks. Usually equal to SamplesPerPixel, unless there are extra samples."),
                 ifd0Id, imgStruct, unsignedShort, 1, printValue), // TIFF tag
         TagInfo(0x0150, "DotRange", N_("Dot Range"),
-                N_("The component values that correspond to a 0%% dot and 100%% dot."),
+                N_("The component values that correspond to a 0% dot and 100% dot."),
                 ifd0Id, imgStruct, unsignedByte, -1, printValue), // TIFF tag
         TagInfo(0x0151, "TargetPrinter", N_("Target Printer"),
                 N_("A description of the printing environment for which this separation is intended."),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list