From: Carl Hetherington Date: Wed, 7 Apr 2021 20:48:50 +0000 (+0200) Subject: Missing full stop. X-Git-Tag: v2.15.140~23 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3035031bf80a1c1b6b2800cb9a3f6806f6a85aab Missing full stop. --- diff --git a/src/lib/hints.cc b/src/lib/hints.cc index c9f901c18..2dd118993 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -595,7 +595,7 @@ Hints::check_text_languages () for (auto j: i->text) { if (j->use() && !j->language()) { hint (_("At least one piece of subtitle or closed caption content has no specified language. " - "It is advisable to set the language for each piece of subtitle or closed caption content in the \"Content→Timed Text\" tab")); + "It is advisable to set the language for each piece of subtitle or closed caption content in the \"Content→Timed Text\" tab.")); return; } }