diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-20 00:57:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-20 20:37:15 +0100 |
| commit | 00faf989857d5622124b99d3c468888060bada48 (patch) | |
| tree | 27dff224b55da34c50ef0d562f715e4b955591f6 | |
| parent | e0db6f1bbc35249978c538ee54aa71943170332e (diff) | |
Tweak verification message.
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
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 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<VerifyDCPJob> 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, _("<MainSoundConfiguration> describes incorrect number of channels (%n)")); + add(i.second, _("<MainSoundConfiguration> 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.")); |
