summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}