Tweak hint.
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2019 20:28:36 +0000 (22:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Oct 2019 20:28:36 +0000 (22:28 +0200)
src/lib/hints.cc

index a9b9d6f54b34562b8bd6858edeac8c12ce8e66c5..ad81e8d59eee1e7499e151c091e184c5d1f56331 100644 (file)
@@ -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();