Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.cc
index 33c619a2d92c5c6938e2a1a5f777ccce39326ae4..fa6cb288d28637ece3f55921cf69edb19fe1065e 100644 (file)
@@ -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)));
                }
        }