[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:07 UTC 2017


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

The following commit has been merged in the master branch:
commit 31fbfa9978290a5dc4f9776ab34b9a93f7607ff9
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Dec 22 11:23:51 2007 +0000

    Minor change.
---
 src/properties.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/properties.cpp b/src/properties.cpp
index 4aa92d3..dbe60a6 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -359,11 +359,11 @@ namespace Exiv2 {
         { "ChromaticAberrationR", N_("Chromatic Aberration Red"),  "Integer",                          xmpText, xmpExternal, N_("\"Chromatic Aberration, Fix Red/Cyan Fringe\" setting. Range -100 to +100.") },
         { "ColorNoiseReduction",  N_("Color Noise Reduction"),     "Integer",                          xmpText, xmpExternal, N_("\"Color Noise Reducton\" setting. Range 0 to +100.") },
         { "Contrast",             N_("Contrast"),                  "Integer",                          xmpText, xmpExternal, N_("\"Contrast\" setting. Range -50 to +100.") },
-        { "CropTop",              N_("Crop Top"),                  "Real",                             xmpText, xmpExternal, N_("When HasCrop is true, top of crop rectangle") },
-        { "CropLeft",             N_("Crop Left"),                 "Real",                             xmpText, xmpExternal, N_("When HasCrop is true, left of crop rectangle.") },
-        { "CropBottom",           N_("Crop Bottom"),               "Real",                             xmpText, xmpExternal, N_("When HasCrop is true, bottom of crop rectangle.") },
-        { "CropRight",            N_("Crop Right"),                "Real",                             xmpText, xmpExternal, N_("When HasCrop is true, right of crop rectangle.") },
-        { "CropAngle",            N_("Crop Angle"),                "Real",                             xmpText, xmpExternal, N_("When HasCrop is true, angle of crop rectangle.") },
+        { "CropTop",              N_("Crop Top"),                  "Real",                             xmpText, xmpExternal, N_("When \"Has Crop\" is true, top of crop rectangle") },
+        { "CropLeft",             N_("Crop Left"),                 "Real",                             xmpText, xmpExternal, N_("When \"Has Crop\" is true, left of crop rectangle.") },
+        { "CropBottom",           N_("Crop Bottom"),               "Real",                             xmpText, xmpExternal, N_("When \"Has Crop\" is true, bottom of crop rectangle.") },
+        { "CropRight",            N_("Crop Right"),                "Real",                             xmpText, xmpExternal, N_("When \"Has Crop\" is true, right of crop rectangle.") },
+        { "CropAngle",            N_("Crop Angle"),                "Real",                             xmpText, xmpExternal, N_("When \"Has Crop\" is true, angle of crop rectangle.") },
         { "CropWidth",            N_("Crop Width"),                "Real",                             xmpText, xmpExternal, N_("Width of resulting cropped image in CropUnits units.") },
         { "CropHeight",           N_("Crop Height"),               "Real",                             xmpText, xmpExternal, N_("Height of resulting cropped image in CropUnits units.") },
         { "CropUnits",            N_("Crop Units"),                "Integer",                          xmpText, xmpExternal, N_("Units for CropWidth and CropHeight. 0=pixels, 1=inches, 2=cm") },

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list