diff options
Diffstat (limited to 'src')
| -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 1dd469206..633e8e9d7 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -128,7 +128,7 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content) _kdm_valid = false; if (_encrypted && content->kdm ()) { /* XXX: maybe don't use an exception for this */ - throw StringError (_("The KDM does not decrypt the DCP. Perhaps it is targeted at the wrong CPL")); + throw StringError (_("The KDM does not decrypt the DCP. Perhaps it is targeted at the wrong CPL.")); } } } |
