summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-17 14:44:34 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-17 14:44:34 +0100
commit5ec3db95b5470bfff45c71b29d3625bc5a9090d0 (patch)
treee478cb21afce2b0abf7368e47aa7692fceebd8c8 /src
parentee0e930d0ac109e7766219c384f396bc24b6c8d5 (diff)
Minor grammatical tweak.
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 d866a6b86..a14dbaf5f 100644
--- a/src/lib/dcp_content.cc
+++ b/src/lib/dcp_content.cc
@@ -384,7 +384,7 @@ DCPContent::can_reference (function<shared_ptr<ContentPart> (shared_ptr<const Co
*/
BOOST_FOREACH (DCPTimePeriod i, reels()) {
if (find (fr.begin(), fr.end(), i) == fr.end ()) {
- why_not.push_back (_("Reel lengths in the film differ from those in the DCP; set the reel mode to 'split by video content'."));
+ why_not.push_back (_("The reel lengths in the film differ from those in the DCP; set the reel mode to 'split by video content'."));
return false;
}
}