From 9fc712a25f4d1df61482e0c4ae0db9dc694a6aa8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 27 Jun 2023 01:33:45 +0200 Subject: Missing i18n markup. --- src/wx/verify_dcp_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc index 0871b864e..6d6335437 100644 --- a/src/wx/verify_dcp_dialog.cc +++ b/src/wx/verify_dcp_dialog.cc @@ -429,7 +429,7 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr job add(i, _("A subtitle or closed caption refers to a font with ID %id that does not have a corresponding node.")); break; case dcp::VerificationNote::Code::MISSING_LOAD_FONT: - add(i, "The SMPTE subtitle asset %id has nodes but no node"); + add(i, _("The SMPTE subtitle asset %id has nodes but no 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")); -- cgit v1.2.3