From ab863acc715580aa9352e7a67bff045404493a46 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 May 2017 12:16:07 +0100 Subject: Fix typo (thanks Rob). --- src/lib/hints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 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."); -- cgit v1.2.3