Missing full stop.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 23:12:08 +0000 (01:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 23:12:08 +0000 (01:12 +0200)
src/lib/hints.cc

index e431cca7f51ef9dce2ddbb7a8f4d5c67347e9844..729e9a86748be2774eb4c9301d9fd89d928c31af 100644 (file)
@@ -597,7 +597,7 @@ Hints::check_text_languages ()
                        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\", \"Content→Open subtitles\" or \"Content→Closed captions\" tab"));
+                                       "in the \"Content→Timed text\", \"Content→Open subtitles\" or \"Content→Closed captions\" tab."));
                                return;
                        }
                }