Missing i18n markup.
[dcpomatic.git] / src / wx / verify_dcp_dialog.cc
index 0871b864e7bf27c62f991acb166e212cfeb44f87..6d63354379a362273174e35866ce3327f76ae427 100644 (file)
@@ -429,7 +429,7 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
                        add(i, _("A subtitle or closed caption refers to a font with ID %id that does not have a corresponding <LoadFont> node."));
                        break;
                case dcp::VerificationNote::Code::MISSING_LOAD_FONT:
-                       add(i, "The SMPTE subtitle asset %id has <Text> nodes but no <LoadFont> node");
+                       add(i, _("The SMPTE subtitle asset %id has <Text> nodes but no <LoadFont> node"));
                        break;
                case dcp::VerificationNote::Code::MISMATCHED_ASSET_MAP_ID:
                        add(i, _("The asset with ID %id in the asset map actually has an id of %other_id"));