Minor grammatical tweak.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 13:44:34 +0000 (14:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 13:44:34 +0000 (14:44 +0100)
src/lib/dcp_content.cc

index d866a6b86c69f03a9593d04b94d8ec1b2a5bca1c..a14dbaf5f0dd2629dd0975ccead07a18c0b71965 100644 (file)
@@ -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;
                }
        }