UX: a set of minor fixes (#10165)

- AutoFrontlight plugin: update checkmark on toggling
- KeepAlive plugin: update checkmark on toggling
- ReaderPageMap: font size menu entry
- ReaderStatus, common_settings_menu_table: book status "read" -> "finished"
This commit is contained in:
hius07
2023-02-28 09:19:17 +02:00
committed by GitHub
parent 26dc43553b
commit 55f1b8c974
5 changed files with 11 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ function ReaderStatus:onEndOfBook()
return
end
-- Should we start by marking the book as read?
-- Should we start by marking the book as finished?
if G_reader_settings:isTrue("end_document_auto_mark") then
self:onMarkBook(true)
end
@@ -142,7 +142,7 @@ function ReaderStatus:onEndOfBook()
elseif settings == "mark_read" then
self:onMarkBook(true)
UIManager:show(InfoMessage:new{
text = _("You've reached the end of the document.\nThe current book is marked as read."),
text = _("You've reached the end of the document.\nThe current book is marked as finished."),
timeout = 3
})
elseif settings == "book_status_file_browser" then