summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-30 21:06:24 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-30 21:06:24 +0200
commitd09a831de180faba3d74a865f4373616ebd120c7 (patch)
tree72100d345ef20893ba9b710ec6849466f7925bae /src/lib
parentbe171f918ea2438bd366145a8e55983074e1e301 (diff)
Missing full stop.
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 4d3b2d95e..ddc412e55 100644
--- a/src/lib/hints.cc
+++ b/src/lib/hints.cc
@@ -156,7 +156,7 @@ Hints::check_unusual_container ()
{
auto const film_container = film()->container()->id();
if (film_container != "185" && film_container != "239") {
- hint (_("Your DCP uses an unusual container ratio. This may cause problems on some projectors. If possible, use Flat or Scope for the DCP container ratio"));
+ hint (_("Your DCP uses an unusual container ratio. This may cause problems on some projectors. If possible, use Flat or Scope for the DCP container ratio."));
}
}