summaryrefslogtreecommitdiff
path: root/src/lib/hints.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-14 11:24:48 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-14 11:24:48 +0200
commit96f7dd41a2c8627bc1ea0d24d84142eb04b4ffef (patch)
tree27c4f6a5355a0496e960e1769632d00c41ad4816 /src/lib/hints.cc
parent95bd2d068f67f7c0e611c720c95bfd6781329d86 (diff)
parenta9dde34b8772ef8b985af067e2ff709be4e3cab6 (diff)
Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'src/lib/hints.cc')
-rw-r--r--src/lib/hints.cc2
1 files changed, 1 insertions, 1 deletions
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();