summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-27 01:33:45 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-29 01:50:35 +0200
commit9fc712a25f4d1df61482e0c4ae0db9dc694a6aa8 (patch)
tree414bb8b0eece67b705a11a04374336f599bc1775
parent1ce934aa7daba329fe80410b27afc96a390ed419 (diff)
Missing i18n markup.
-rw-r--r--src/wx/verify_dcp_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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<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"));