Add missing verification description.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:30:02 +0000 (01:30 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:30:51 +0000 (01:30 +0200)
src/wx/verify_dcp_dialog.cc

index 036a60d7f3ccf14b2ae14d7ceab8d0c6a30d3cb0..55bbc99c358ce0f5ac9101f8cb1721449abf37b2 100644 (file)
@@ -362,6 +362,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::MISSED_CHECK_OF_ENCRYPTED:
                        add(i, _("Part of the DCP could not be checked because no KDM was available."));
                        break;
+               case dcp::VerificationNote::Code::EMPTY_TEXT:
+                       add(i, _("At least one <Text> node in a subtitle or closed caption is empty."));
+                       break;
                }
        }