From e2ca6b7e66b9667307f6108009fb92ea46993e99 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Jul 2015 14:38:46 +0100 Subject: [PATCH] Punctuation. --- src/lib/dcp_examiner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.")); } } } -- 2.30.2