summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-04 21:04:09 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-05 12:23:26 +0100
commit8585a4cae42f6be5025b4cbdae399d57633c699f (patch)
tree184c83e6b6432f902477b86a6185cf160a7aa64d /src/lib/dcp_content.cc
parentddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056 (diff)
Fix some untranslatable strings, spotted by Rob van Nieuwkerk.
Diffstat (limited to 'src/lib/dcp_content.cc')
-rw-r--r--src/lib/dcp_content.cc2
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();
}