diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-25 01:13:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-25 01:13:07 +0200 |
| commit | 16a6a7a77a14ceaf46c1995dd7b7e0aa6e96887d (patch) | |
| tree | a7d2276059eae690263a6974146b93397b04d7d0 /src | |
| parent | d5ab7ecf942405bcaa7fd8d367e09f95d6c0c978 (diff) | |
Message tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc index 8a065e68..16a3b786 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -1760,7 +1760,7 @@ dcp::note_to_string (VerificationNote note) case VerificationNote::Code::EMPTY_TEXT: return "There is an empty <Text> node in a subtitle or closed caption."; case VerificationNote::Code::MISMATCHED_CLOSED_CAPTION_VALIGN: - return "Some closed <Text> or <Image> nodes have different vertical alignment within a <Subtitle>."; + return "Some closed <Text> or <Image> nodes have different vertical alignments within a <Subtitle>."; case VerificationNote::Code::INCORRECT_CLOSED_CAPTION_ORDERING: return "Some closed captions are not listed in the order of their vertical position."; } |
