Tweak verification message.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jan 2025 23:57:15 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 19:37:15 +0000 (20:37 +0100)
src/wx/verify_dcp_result_panel.cc

index 36905bf13fa7ed78bacd72899548b59ffb6847ce..59e10793a9322be921f0550ece6a2552dae96d45 100644 (file)
@@ -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."));