From 00faf989857d5622124b99d3c468888060bada48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Jan 2025 00:57:15 +0100 Subject: Tweak 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 36905bf13..59e10793a 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -550,7 +550,7 @@ VerifyDCPResultPanel::fill(shared_ptr job) 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, _(" describes incorrect number of channels (%n)")); + add(i.second, _(" is invalid (%n)")); 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.")); -- cgit v1.2.3