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

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


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

The following commit has been merged in the master branch:
commit 919ed204a77e3c6b9198a08fff741fa39171e126
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Feb 7 14:27:39 2007 +0000

    Clarified error message
---
 src/error.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/error.cpp b/src/error.cpp
index d1a124d..7c48a05 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -74,7 +74,7 @@ namespace Exiv2 {
         ErrMsg( 29, N_("Unsupported date format")),
         ErrMsg( 30, N_("Unsupported time format")),
         ErrMsg( 31, N_("Writing to %2 images is not supported")), // %2=image format
-        ErrMsg( 32, N_("%1 in %2 images is not supported")), // %1=metadata type, %2=image format
+        ErrMsg( 32, N_("Setting %1 in %2 images is not supported")), // %1=metadata type, %2=image format
         ErrMsg( 33, N_("This does not look like a CRW image")),
         ErrMsg( 34, N_("%1: Not supported")), // %1=function
         ErrMsg( 35, N_("ImageFactory registry full")),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list