diff options
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; } } |
