summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-30 22:15:35 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commitce4d347b0d6aaf3e198150aee3c6703a8f6cd051 (patch)
treeb3cf7e0510539aa0bb2156c73839728a7c609d18 /src/wx/verify_dcp_result_panel.cc
parentce01d0484971b914f46f088a941f576ce1a32efa (diff)
{IN,}VALID_CONTENT_KIND: note -> content_kind.
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 667ad90e5..a82eab7d3 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -627,7 +627,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
add(i.second, _("There is a <Duration> tag inside a <MainMarkers>."));
break;
case dcp::VerificationNote::Code::INVALID_CONTENT_KIND:
- add(i.second, _("An invalid <ContentKind> %n has been used."));
+ add(i.second, _("An invalid <ContentKind> %content_kind has been used."));
break;
case dcp::VerificationNote::Code::INVALID_MAIN_PICTURE_ACTIVE_AREA:
add(i.second, _("The <MainPictureActiveArea> is either not a multiple of 2, or is bigger than an asset."));