summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-27 00:14:14 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-27 00:14:14 +0200
commitee0908336e86d7b92f421fdd10f0334d76fa4c11 (patch)
treebd43c3988b1cffe7af273ea8a3dc3e7f54d20e86
parenta482cc933299b015f4f108a3d7b19ee1fd9eb205 (diff)
Tweak a message to be more grammatically correct.
-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
);
}