summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_image_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.cc')
-rw-r--r--src/lib/ffmpeg_image_proxy.cc3
1 files changed, 1 insertions, 2 deletions
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<dcp::Size>) 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)));
}
}