diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 14:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 14:38:46 +0100 |
| commit | e2ca6b7e66b9667307f6108009fb92ea46993e99 (patch) | |
| tree | 69672e2e2399c3c2331926e573bf5bedc0af60bf | |
| parent | 95e27df31651f152e20cbe28e49328dcf7699de8 (diff) | |
Punctuation.
| -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.")); } } } |
