mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
String changes
This commit is contained in:
parent
b13f5d6a0c
commit
aca252eacf
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user