diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 20:52:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-02 01:20:16 +0200 |
| commit | e9d15711f28c24bf47fadb4e1492d84ff4ef48c0 (patch) | |
| tree | 6edcbdbda9e5d765090cd9b644285e52dfeb4ecc /src/wx/verify_dcp_result_panel.cc | |
| parent | 5654114219061f612efc409fdfecbe6954c8b327 (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.cc | 2 |
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.")); |
