From fdc416faa317106d05be8fe5226ded84d8347d99 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 18 Mar 2019 14:05:25 +0000 Subject: I said we were in string freeze, but only nl_NL has come in so far and robn has asked to translate these, so ;) --- src/lib/ffmpeg_image_proxy.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_image_proxy.cc') diff --git a/src/lib/ffmpeg_image_proxy.cc b/src/lib/ffmpeg_image_proxy.cc index 33c619a2d..fa6cb288d 100644 --- a/src/lib/ffmpeg_image_proxy.cc +++ b/src/lib/ffmpeg_image_proxy.cc @@ -149,8 +149,7 @@ FFmpegImageProxy::image (optional) const if (_path) { throw OpenFileError (_path->string(), e, true); } else { - /* XXX: this needs to be marked translatable after the string freeze is over */ - boost::throw_exception(DecodeError(String::compose("Could not decode image (%1)", e))); + boost::throw_exception(DecodeError(String::compose(_("Could not decode image (%1)"), e))); } } -- cgit v1.2.3