Missing full stop.
[dcpomatic.git] / src / lib / hints.cc
index 4d3b2d95ee91161fddbde42a84fe3ab17c5e5322..ddc412e55bb5bdda89f29154b6ccee021fc1b5ec 100644 (file)
@@ -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."));
        }
 }