summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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;