summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-07 05:47:26 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-07 05:47:26 +0100
commit44a65fe7dc7a9268ccafb111253eeeb66305c107 (patch)
tree072fce28a84151e18a20a30753f6a8a703ba3805 /src
parent4ea754f8fd9703b4c949c12e64a072167beedda6 (diff)
Add missing word in explanation.
Diffstat (limited to 'src')
-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 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<const Film> 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;
}