Message tweak.
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Oct 2021 23:13:07 +0000 (01:13 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Oct 2021 23:13:07 +0000 (01:13 +0200)
src/verify.cc

index 8a065e689756410877435bb71969da887265a07d..16a3b78642fe401fb7e2a945fc9cbff954b59254 100644 (file)
@@ -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.";
        }