From e31ce608b2c0d98b214bd35604d31dc0728d9946 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 17 Apr 2024 18:59:43 +0200 Subject: [PATCH] fix translation --- frontend/apps/reader/modules/readerfooter.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index 2aa83c11a..333c0d100 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -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,