summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-13 23:38:01 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-13 23:38:01 +0200
commitb87af40c55522bae1f23ac43cd25698c0a21f75d (patch)
tree9a92297c819168ac88ef6b90ee94689d15a783a1 /src
parentb5213fd663067014169cec0dcc03d7cdcecd0929 (diff)
Add some missing full stops.
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc6
1 files 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("<MainPictureActiveaArea> 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("<IssueDate> has an invalid value: %1", note.note().get());
case VerificationNote::Code::MISMATCHED_SOUND_CHANNEL_COUNTS: