From 0b4ef281bc093b33e35c1cbee9bd3b2269f7e2d4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Mar 2026 08:55:43 +0530 Subject: [PATCH] string changes --- src/pyj/read_book/overlay.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')