From c846eec2f70f58ef84339f7da3e4aca43e8151ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Apr 2026 17:39:28 +0200 Subject: Fix verification message. --- src/wx/verify_dcp_result_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index aa5da95c6..6b319b03e 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -420,7 +420,7 @@ VerifyDCPResultPanel::add(shared_ptr job, bool many) add(i.second, _("The sound asset %f has an invalid frame rate of %frame_rate.")); break; case dcp::VerificationNote::Code::INVALID_SOUND_BIT_DEPTH: - add(i.second, _("The sound asset %f has an invalid bit depth of %n.")); + add(i.second, _("The sound asset %f has an invalid bit depth of %bit_depth.")); break; case dcp::VerificationNote::Code::MISSING_CPL_ANNOTATION_TEXT: add(i.second, _("The CPL %cpl has no tag.")); -- cgit v1.2.3