From 89ec77ff82b231445f2c5a4cf50d86e6cd910332 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Oct 2019 22:28:36 +0200 Subject: [PATCH] Tweak hint. --- src/lib/hints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hints.cc b/src/lib/hints.cc index a9b9d6f54..ad81e8d59 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -117,7 +117,7 @@ Hints::thread () } if (film->audio_channels() < 6) { - hint (_("Your DCP has fewer than 6 audio channels. This may cause problems on some projectors.")); + hint (_("Your DCP has fewer than 6 audio channels. This may cause problems on some projectors. You may want to set the DCP to have 6 channels. It does not matter if your content has fewer channels, as DCP-o-matic will fill the extras with silence.")); } AudioProcessor const * ap = film->audio_processor(); -- 2.30.2