mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-09 11:23:43 -04:00
Add explanation of what a chapter is to the reading stats panel
This commit is contained in:
parent
68f3401789
commit
993c85b289
@ -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'))
|
||||
# }}}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user