string changes

This commit is contained in:
Kovid Goyal 2026-03-01 08:55:43 +05:30
parent 8ba2d0ada1
commit 0b4ef281bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -293,7 +293,7 @@ class MainOverlay: # {{{
_('Highlights'), _('Browse all highlights'), def():
self.overlay.show_highlights()
, 'image')
reading_stats_action = ac(_('Reading stats'), _('Show reading statistics for this book'), def():
reading_stats_action = ac(_('Reading statistics'), _('Show reading statistics for this book'), def():
self.overlay.show_reading_stats()
, 'hourglass')