From 3f17a6eee6f1f8e87f1c584a181b18f6f6c49d21 Mon Sep 17 00:00:00 2001 From: poire-z Date: Wed, 13 Mar 2024 19:19:41 +0100 Subject: [PATCH] "Show chapter page counts" --- frontend/apps/reader/modules/readertoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readertoc.lua b/frontend/apps/reader/modules/readertoc.lua index c17e43d05..e3339740d 100644 --- a/frontend/apps/reader/modules/readertoc.lua +++ b/frontend/apps/reader/modules/readertoc.lua @@ -1188,7 +1188,7 @@ Enabling this option will restrict display to the chapter titles of progress bar end, } menu_items.toc_items_show_chapter_length = { - text = _("Append chapter length"), + text = _("Show chapter page counts"), keep_menu_open = true, checked_func = function() return not G_reader_settings:nilOrFalse("toc_items_show_chapter_length")