summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-07 22:53:13 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-07 22:53:13 +0200
commit03bfec20fceaf1766f1edfb087e7e2f5a3ab6565 (patch)
treea23e9618a0df99dff56ef3cd23e79f4b17039f04 /src/lib
parente5eeabf731da14f0bdff6e8583b3a922741fd049 (diff)
Tweak hint to reflect how the timed text tab can have different names.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/hints.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/hints.cc b/src/lib/hints.cc
index 2dd118993..3c9339cc7 100644
--- a/src/lib/hints.cc
+++ b/src/lib/hints.cc
@@ -595,7 +595,8 @@ 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\", \"Content→Open subtitles\" or \"Content→Closed captions\" tab"));
return;
}
}