summaryrefslogtreecommitdiff
path: root/src/lib/hints.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-12 01:12:08 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-12 01:12:08 +0200
commit0891bb4e568b40c3f06a421999263595be0610d2 (patch)
treed0138479fbf6ddbce9d36b2ea80cde90bc05cbfb /src/lib/hints.cc
parentc7f07398e13e8d37978595a3f5fa30a1a064f188 (diff)
Missing full stop.
Diffstat (limited to 'src/lib/hints.cc')
-rw-r--r--src/lib/hints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc
index e431cca7f..729e9a867 100644
--- a/src/lib/hints.cc
+++ b/src/lib/hints.cc
@@ -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;
}
}