diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-07 22:53:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-07 22:53:13 +0200 |
| commit | 03bfec20fceaf1766f1edfb087e7e2f5a3ab6565 (patch) | |
| tree | a23e9618a0df99dff56ef3cd23e79f4b17039f04 /src/lib | |
| parent | e5eeabf731da14f0bdff6e8583b3a922741fd049 (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.cc | 3 |
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; } } |
