From a5ee17b6362fc6a55bace01a1161d8f8c73ab8af Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 30 Jul 2009 15:47:53 +0000 Subject: [PATCH] #642: Applied patch from Matthias Barkhoff. --- src/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.cpp b/src/error.cpp index cd3b3e38..6c84c761 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -78,7 +78,7 @@ namespace { { 28, N_("Invalid charset: `%1'") }, // %1=charset name { 29, N_("Unsupported date format") }, { 30, N_("Unsupported time format") }, - { 31, N_("Writing to %2 images is not supported") }, // %2=image format + { 31, N_("Writing to %1 images is not supported") }, // %1=image format { 32, N_("Setting %1 in %2 images is not supported") }, // %1=metadata type, %2=image format { 33, N_("This does not look like a CRW image") }, { 34, N_("%1: Not supported") }, // %1=function