mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
BookMap: fix help text wording (#10544)
See https://github.com/koreader/koreader/pull/10530#discussion_r1217635869.
This commit is contained in:
@@ -1311,7 +1311,7 @@ Under the pages, these indicators may be shown:
|
||||
|
||||
if self.overview_mode then
|
||||
text = text .. "\n\n" .. _([[
|
||||
In overview mode, the book map is always in grid mode and ensured to fit on a single screen. Chapter levels can be changed for the most confortable overview.]])
|
||||
In overview mode, the book map is always in grid mode and made to fit on a single screen. Chapter levels can be changed for the most comfortable overview.]])
|
||||
else
|
||||
text = text .. "\n\n" .. _([[
|
||||
On a newly opened book, the book map will start in grid mode showing all chapter levels, fitting on a single screen, to give the best initial overview of the book's content.]])
|
||||
|
||||
Reference in New Issue
Block a user