diff --git a/src/pyj/read_book/overlay.pyj b/src/pyj/read_book/overlay.pyj index 30b3e07196..40e62f1c38 100644 --- a/src/pyj/read_book/overlay.pyj +++ b/src/pyj/read_book/overlay.pyj @@ -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')