diff options
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index d26b726c2..effa3cb40 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -192,7 +192,7 @@ DCPContent::read_directory(boost::filesystem::path p) if (!have_assetmap) { if (!have_metadata) { - throw DCPError("No ASSETMAP or ASSETMAP.xml file found: is this a DCP?"); + throw DCPError(_("No ASSETMAP or ASSETMAP.xml file found: is this a DCP?")); } else { throw ProjectFolderError(); } |
