summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-31 22:58:13 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit3d532ffa963c73ea9fc6349f736e46d7d54d047e (patch)
tree1ecf0c8dc1136bb1a0f184429c4e095252310c68 /src/wx/verify_dcp_result_panel.cc
parent1bcfefcbd555c715e7036f6bf45681f755d25ce4 (diff)
INCORRECT_SUBTITLE_NAMESPACE_COUNT: 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 5dc66a96c..a4f82401d 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -661,7 +661,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
);
break;
case dcp::VerificationNote::Code::INCORRECT_SUBTITLE_NAMESPACE_COUNT:
- add(i.second, _("The XML in the subtitle asset %n has more than one namespace declaration."));
+ add(i.second, _("The XML in the subtitle asset %asset_id has more than one namespace declaration."));
break;
case dcp::VerificationNote::Code::MISSING_LOAD_FONT_FOR_FONT:
add(i.second, _("A subtitle or closed caption refers to a font with ID %load_font_id that does not have a corresponding <LoadFont> node."));