summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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 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;
}
}