summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-31 18:06:29 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit6054a1d5dab2be55f9b6dcac76a0e7a52106391c (patch)
tree01bae0a36c2b954ae2888ae1ec691863349e0a7a /src/wx/verify_dcp_result_panel.cc
parent4df746232c919daf1a9926bf3be535a483f4f5c9 (diff)
MISSING_SUBTITLE: 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 9ffef6ef2..56d86ca73 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -639,7 +639,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
add(i.second, _("The ASSETMAP %asset_map_id has more than one asset with the same ID."));
break;
case dcp::VerificationNote::Code::MISSING_SUBTITLE:
- add(i.second, _("The subtitle asset %n contains no subtitles."));
+ add(i.second, _("The subtitle asset %asset_id contains no subtitles."));
break;
case dcp::VerificationNote::Code::INVALID_SUBTITLE_ISSUE_DATE:
add(i.second, _("<IssueDate> has an invalid value %n"));