summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcp_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc
index 8c268140e..928ba3381 100644
--- a/src/lib/dcp_content.cc
+++ b/src/lib/dcp_content.cc
@@ -790,7 +790,7 @@ DCPContent::can_reference_text (shared_ptr<const Film> film, TextType type, stri
[](shared_ptr<const Content> c) {
return !c->text.empty();
},
- _("it overlaps other text content; remove the other content."),
+ _("they overlap other text content; remove the other content."),
why_not
);
}