summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_result_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-31 22:30:12 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit461d2c5fe03cdf31f6b3deb31be0499240bfe3da (patch)
tree77934a51e2aee7ffd244e8eb69047812b45cd957 /src/wx/verify_dcp_result_panel.cc
parent31fc1f9279298c0948f2f63b0856c7fae9538321 (diff)
INVALID_MAIN_SOUND_CONFIGURATION: note -> error.
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 0583ff076..bd2590ea7 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -648,7 +648,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
add(i.second, _("Sound assets do not all have the same channel count."));
break;
case dcp::VerificationNote::Code::INVALID_MAIN_SOUND_CONFIGURATION:
- add(i.second, _("<MainSoundConfiguration> is invalid (%n)"));
+ add(i.second, _("<MainSoundConfiguration> is invalid (%error)"));
break;
case dcp::VerificationNote::Code::MISSING_FONT:
add(i.second, _("The font file for font ID \"%n\" was not found, or was not referred to in the ASSETMAP."));