From ee0908336e86d7b92f421fdd10f0334d76fa4c11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Aug 2023 00:14:14 +0200 Subject: [PATCH] Tweak a message to be more grammatically correct. --- src/lib/dcp_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 film, TextType type, stri [](shared_ptr 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 ); } -- 2.30.2