diff options
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."; } |
