diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-07 05:47:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-07 05:47:26 +0100 |
| commit | 44a65fe7dc7a9268ccafb111253eeeb66305c107 (patch) | |
| tree | 072fce28a84151e18a20a30753f6a8a703ba3805 /src/lib | |
| parent | 4ea754f8fd9703b4c949c12e64a072167beedda6 (diff) | |
Add missing word in explanation.
Diffstat (limited to 'src/lib')
| -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 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; } |
