summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 20:52:03 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commite9d15711f28c24bf47fadb4e1492d84ff4ef48c0 (patch)
tree6edcbdbda9e5d765090cd9b644285e52dfeb4ecc /src/wx/verify_dcp_result_panel.cc
parent5654114219061f612efc409fdfecbe6954c8b327 (diff)
MISSING_HASH: note -> asset_id.
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 ef22c0f58..3a46b6227 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -441,7 +441,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
add(i.second, _("Closed caption asset %asset_id has a non-zero <EntryPoint>."));
break;
case dcp::VerificationNote::Code::MISSING_HASH:
- add(i.second, _("The asset %n has no <Hash> in the CPL."));
+ add(i.second, _("The asset %asset_id has no <Hash> in the CPL."));
break;
case dcp::VerificationNote::Code::MISSING_FFEC_IN_FEATURE:
add(i.second, _("The DCP is a feature but has no FFEC (first frame of end credits) marker."));