summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-21 17:39:28 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-21 17:39:28 +0200
commitc846eec2f70f58ef84339f7da3e4aca43e8151ac (patch)
tree45ccf627eda2acb990ec8f9d978e116aafb8949e /src/wx
parent064f352f224787a18df043e31cf3841234499f34 (diff)
Fix verification message.
Diffstat (limited to 'src/wx')
-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 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<const VerifyDCPJob> 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 <AnnotationText> tag."));