Add explanation of what a chapter is to the reading stats panel

This commit is contained in:
Kovid Goyal 2026-02-26 10:46:52 +05:30
parent 68f3401789
commit 993c85b289
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -786,6 +786,11 @@ class ReadingStatsOverlay: # {{{
)
graph_section.appendChild(legend)
container.appendChild(graph_section)
container.appendChild(E.div(_(
'For reading stats, a "chapter" is a single internal file inside the larger book. If you'
' see very few "chapters" above, then try converting your book to EPUB in calibre, that'
' will often automatically split up the book into per chapter files.'),
style='padding: 0 1em 1em 1em; font-size: smaller'))
# }}}