Add missing GUI-side verification note descriptions.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2024 08:12:25 +0000 (10:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2024 08:12:25 +0000 (10:12 +0200)
src/wx/verify_dcp_dialog.cc

index c77f68ea1dc2c7ea1baec1cbbf064d89cfa3963d..c7a32e5dd14f65df759fee5ab14f2ad6549e8404 100644 (file)
@@ -449,6 +449,12 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                case dcp::VerificationNote::Code::EMPTY_CONTENT_VERSION_LABEL_TEXT:
                        add(i, _("The <LabelText> in a <ContentVersion> in CPL %id is empty"));
                        break;
+               case dcp::VerificationNote::Code::INVALID_CPL_NAMESPACE:
+                       add(i, _("The CPL %f has an invalid namespace %n"));
+                       break;
+               case dcp::VerificationNote::Code::MISSING_CPL_CONTENT_VERSION:
+                       add(i, _("The CPL %n has no <ContentVersion> tag"));
+                       break;
                }
        }