diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-13 22:28:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-13 22:28:36 +0200 |
| commit | 89ec77ff82b231445f2c5a4cf50d86e6cd910332 (patch) | |
| tree | 29824b626044e84dc8235df8ce33fb7a1fcf9739 | |
| parent | 8775f802d15e19ff9251d0daff49994a0fc145bc (diff) | |
Tweak hint.
| -rw-r--r-- | src/lib/hints.cc | 2 |
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(); |
