diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-27 15:22:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-27 15:22:39 +0100 |
| commit | 3006dde72c92356165ef841910368d0dae27ddbe (patch) | |
| tree | 292df98e2170d2b96c1c701a12482d60707dc07b /src/lib/hints.cc | |
| parent | 4843bf7b6820fe9f027699cf30c41804e714fbac (diff) | |
Tweak message.
Diffstat (limited to 'src/lib/hints.cc')
| -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 e11312eb0..943991d2b 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -305,7 +305,7 @@ Hints::text (PlayerText text, TextType type, DCPTimePeriod period) if (!_overlap_ccap && _last && _last->overlap(period)) { _overlap_ccap = true; - hint (_("You have overlapping closed captions, which is not allowed.")); + hint (_("You have overlapping closed captions, which are not allowed.")); } _last = period; |
