Fix typo (thanks Rob).
authorCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 11:16:07 +0000 (12:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 11:16:07 +0000 (12:16 +0100)
src/lib/hints.cc

index 1cdc10bd058d15348056fce36cd3d76ada95d364..eb3cc73aaf281508e327c63480e2161888561949 100644 (file)
@@ -116,7 +116,7 @@ get_hints (shared_ptr<const Film> film)
                string h;
                if (range.second > (29.0/24)) {
                        h = base;
-                       h += _("However, setting your DCP frame rate to 24 or 48 will cause a significant speed-up of your content, and SMPTE DCPs are not be supported by all projectors.");
+                       h += _("However, setting your DCP frame rate to 24 or 48 will cause a significant speed-up of your content, and SMPTE DCPs are not supported by all projectors.");
                } else if (range.first < (24.0/29)) {
                        h = base;
                        h += _("However, setting your DCP frame rate to 24 or 48 will cause a significant slowdown of your content, and SMPTE DCPs are not supported by all projectors.");