summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 15:20:15 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit846bca5ca37cc2725ea1f6994172c6399b05b0b2 (patch)
tree4802a38cd18d8da3c8bdba8d7bb198e871ef8723 /src/wx/verify_dcp_result_panel.cc
parent67df2bf7a7aaa1e10473cb53a04559e17ab8db05 (diff)
INVALID_LANGUAGE: note -> language.
Diffstat (limited to 'src/wx/verify_dcp_result_panel.cc')
-rw-r--r--src/wx/verify_dcp_result_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc
index 4a28f16ee..24571c500 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -342,7 +342,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
add(i.second, _("This DCP uses the Interop standard, but it should be made with SMPTE."));
break;
case dcp::VerificationNote::Code::INVALID_LANGUAGE:
- add(i.second, _("The invalid language tag %n is used."));
+ add(i.second, _("The invalid language tag %language is used."));
break;
case dcp::VerificationNote::Code::INVALID_PICTURE_SIZE_IN_PIXELS:
add(i.second, _("The video asset %f uses the invalid image size %n."));