Punctuation.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Jul 2015 13:38:46 +0000 (14:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Jul 2015 13:38:46 +0000 (14:38 +0100)
src/lib/dcp_examiner.cc

index 1dd469206063d737ac216686c4ac827b9f69d968..633e8e9d77a56409c89b7e41f3bfc172c8f12792 100644 (file)
@@ -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."));
                }
        }
 }