From b87af40c55522bae1f23ac43cd25698c0a21f75d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Apr 2023 23:38:01 +0200 Subject: Add some missing full stops. --- src/verify.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/verify.cc b/src/verify.cc index 8b2b11d3..ab66a00e 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -1997,11 +1997,11 @@ dcp::note_to_string (VerificationNote note) case VerificationNote::Code::INVALID_MAIN_PICTURE_ACTIVE_AREA: return String::compose(" has an invalid value: %1", note.note().get()); case VerificationNote::Code::DUPLICATE_ASSET_ID_IN_PKL: - return String::compose("The PKL %1 has more than one asset with the same ID", note.note().get()); + return String::compose("The PKL %1 has more than one asset with the same ID.", note.note().get()); case VerificationNote::Code::DUPLICATE_ASSET_ID_IN_ASSETMAP: - return String::compose("The ASSETMAP %1 has more than one asset with the same ID", note.note().get()); + return String::compose("The ASSETMAP %1 has more than one asset with the same ID.", note.note().get()); case VerificationNote::Code::MISSING_SUBTITLE: - return String::compose("The subtitle asset %1 has no subtitles", note.note().get()); + return String::compose("The subtitle asset %1 has no subtitles.", note.note().get()); case VerificationNote::Code::INVALID_SUBTITLE_ISSUE_DATE: return String::compose(" has an invalid value: %1", note.note().get()); case VerificationNote::Code::MISMATCHED_SOUND_CHANNEL_COUNTS: -- cgit v1.2.3