Missing verification note text.
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index 44b2ed134735821b8ab89af7088aa6471f4ad70d..c8a3ad321cbca3740238e2f63dc350382d59270a 100644 (file)
@@ -335,6 +335,9 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::MISSING_JPEG200_TLM_MARKER:
                        add(i, _("A JPEG2000 frame has no TLM marker."));
                        break;
+               case dcp::VerificationNote::Code::SUBTITLE_OVERLAPS_REEL_BOUNDARY:
+                       add(i, _("A subtitle lasts longer than the reel it is in."));
+                       break;
                }
        }