From aca252eacf00983d2a8b53e7b48ae7b5a8cd33a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Dec 2019 08:20:37 +0530 Subject: [PATCH] String changes --- src/pyj/read_book/shortcuts.pyj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index 99f3cb1937..160c72e086 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -94,7 +94,7 @@ def shortcuts_definition(): v"['Ctrl+ArrowUp', 'Ctrl+ArrowLeft', 'Home']", 'scroll', _('Scroll to the beginning of the current file'), - _('When the e-book is made of of multiple individual files, scroll to the start of the current file.'), + _('When the e-book is made of multiple individual files, scroll to the start of the current file.'), ), 'start_of_book': desc( @@ -113,7 +113,7 @@ def shortcuts_definition(): v"['Ctrl+ArrowDown', 'Ctrl+ArrowRight', 'End']", 'scroll', _('Scroll to the end of the current file'), - _('When the e-book is made of of multiple individual files, scroll to the end of the current file.'), + _('When the e-book is made of multiple individual files, scroll to the end of the current file.'), ), 'up': desc(