diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-27 00:14:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-27 00:14:14 +0200 |
| commit | ee0908336e86d7b92f421fdd10f0334d76fa4c11 (patch) | |
| tree | bd43c3988b1cffe7af273ea8a3dc3e7f54d20e86 | |
| parent | a482cc933299b015f4f108a3d7b19ee1fd9eb205 (diff) | |
Tweak a message to be more grammatically correct.
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
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 ); } |
