Tweak a message to be more grammatically correct.
authorCarl Hetherington <cth@carlh.net>
Sat, 26 Aug 2023 22:14:14 +0000 (00:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Aug 2023 22:14:14 +0000 (00:14 +0200)
src/lib/dcp_content.cc

index 8c268140e146abed854e23be31887933d3fb3972..928ba33818a65e6b6b8f141632b54f2d6121e521 100644 (file)
@@ -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
        );
 }