[i18n] Add missing bookmark count translation (#6692)

Cf. <https://www.mobileread.com/forums/showpost.php?p=4037153&postcount=8>.
reviewable/pr6693/r1
Frans de Jonge 4 years ago committed by GitHub
parent 3e063498fc
commit a5089f0272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -716,7 +716,7 @@ function ReaderFooter:textOptionTitles(option)
local option_titles = {
all_at_once = _("Show all at once"),
reclaim_height = _("Reclaim bar height from bottom margin"),
bookmark_count = T("Bookmark count (%1)", symbol_prefix[symbol].bookmark_count),
bookmark_count = T(_("Bookmark count (%1)"), symbol_prefix[symbol].bookmark_count),
page_progress = T(_("Current page (%1)"), "/"),
time = symbol_prefix[symbol].time
and T(_("Current time (%1)"), symbol_prefix[symbol].time) or _("Current time"),

Loading…
Cancel
Save