X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fverify_dcp_dialog.cc;h=3c4e1ef48ddd93ec3fcd833fe7595468e336b435;hp=55bbc99c358ce0f5ac9101f8cb1721449abf37b2;hb=ae69a4051edc5e4c6fcae7d1192d4d5a5d45fea3;hpb=b0a8599f69fbdc5a38a02fbe578c6c93c8896d31 diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc index 55bbc99c3..3c4e1ef48 100644 --- a/src/wx/verify_dcp_dialog.cc +++ b/src/wx/verify_dcp_dialog.cc @@ -365,6 +365,12 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr job case dcp::VerificationNote::Code::EMPTY_TEXT: add(i, _("At least one node in a subtitle or closed caption is empty.")); break; + case dcp::VerificationNote::Code::MISMATCHED_CLOSED_CAPTION_VALIGN: + add(i, _("Some closed or nodes have different vertical alignments within a .")); + break; + case dcp::VerificationNote::Code::INCORRECT_CLOSED_CAPTION_ORDERING: + add(i, _("Some closed captions are not listed in the order of their vertical position.")); + break; } }