diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-04 21:04:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-05 12:23:26 +0100 |
| commit | 8585a4cae42f6be5025b4cbdae399d57633c699f (patch) | |
| tree | 184c83e6b6432f902477b86a6185cf160a7aa64d /src/lib/dcp_examiner.cc | |
| parent | ddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056 (diff) | |
Fix some untranslatable strings, spotted by Rob van Nieuwkerk.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index 4e8f611de..a5180822a 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -112,7 +112,7 @@ DCPExaminer::DCPExaminer(shared_ptr<const DCPContent> content, bool tolerant) } if (!selected_cpl) { - throw DCPError("No CPLs found in DCP"); + throw DCPError(_("No CPLs found in DCP")); } if (content->kdm()) { |
