From 44a65fe7dc7a9268ccafb111253eeeb66305c107 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 7 Feb 2026 05:47:26 +0100 Subject: Add missing word in explanation. --- src/lib/dcp_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index effa3cb40..cf1d208bf 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -789,7 +789,7 @@ DCPContent::can_reference_text(shared_ptr film, TextType type, strin if (_has_non_zero_entry_point[TextType::CLOSED_CAPTION]) { /// TRANSLATORS: this string will follow "Cannot reference this DCP: " - why_not = _("one of its closed caption has a non-zero entry point so it must be re-written."); + why_not = _("one of its closed caption reels has a non-zero entry point so it must be re-written."); return false; } -- cgit v1.2.3