summaryrefslogtreecommitdiff
path: root/src/lib/hints.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-15 12:16:07 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-15 12:16:07 +0100
commitab863acc715580aa9352e7a67bff045404493a46 (patch)
tree477d333062c466fbbec5c983f7cf6c614100e27e /src/lib/hints.cc
parente2c4c7c601c411426798ff544d983c560eccce71 (diff)
Fix typo (thanks Rob).
Diffstat (limited to 'src/lib/hints.cc')
-rw-r--r--src/lib/hints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc
index 1cdc10bd0..eb3cc73aa 100644
--- a/src/lib/hints.cc
+++ b/src/lib/hints.cc
@@ -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.");