summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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.");