summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-25 01:13:07 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-25 01:13:07 +0200
commit16a6a7a77a14ceaf46c1995dd7b7e0aa6e96887d (patch)
treea7d2276059eae690263a6974146b93397b04d7d0 /src
parentd5ab7ecf942405bcaa7fd8d367e09f95d6c0c978 (diff)
Message tweak.
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc2
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.";
}