fix translation

reviewable/pr11678/r6
Frans de Jonge 2 weeks ago committed by GitHub
parent 243d5c5374
commit e31ce608b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1546,9 +1546,7 @@ function ReaderFooter:addToMainMenu(menu_items)
},
{
text = _("Include current page in pages left"),
help_text = _("By default, KOReader does not include the current page when calculating pages left. For example, in a book "..
"or chapter with n pages the 'pages left' item will range from 'n-1' to 0 (last page). With this feature activated, "..
"the current page is factored in, resulting in the count going from n to 1 instead."),
help_text = _("By default, KOReader does not include the current page when calculating pages left. For example, in a book or chapter with n pages the 'pages left' item will range from 'n-1' to 0 (last page). With this feature activated, the current page is factored in, resulting in the count going from n to 1 instead."),
enabled_func = function()
return self.settings.pages_left or self.settings.pages_left_book
end,

Loading…
Cancel
Save