Missing full stop.
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Apr 2021 20:48:50 +0000 (22:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Apr 2021 20:48:50 +0000 (22:48 +0200)
src/lib/hints.cc

index c9f901c1829b1f9346c7dcf5b52d5558513d358f..2dd11899303bab56013dfcaaeaf81786e5c411c5 100644 (file)
@@ -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;
                        }
                }