From 3035031bf80a1c1b6b2800cb9a3f6806f6a85aab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 7 Apr 2021 22:48:50 +0200 Subject: [PATCH] Missing full stop. --- src/lib/hints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.30.2