Fix missing subtitles embedded in files decoded by FFmpeg (#2060).
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index 9b6a8c9498845a99ea7e2cb1276beac7e7eaf0bc..55bbc99c358ce0f5ac9101f8cb1721449abf37b2 100644 (file)
@@ -360,7 +360,10 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                        break;
                }
                case dcp::VerificationNote::Code::MISSED_CHECK_OF_ENCRYPTED:
-                       add(i, _("Part of the DCP could not be checked because no KDM was available"));
+                       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;
                }
        }