E-book viewer: Fix Ctrl+p shortcut for printing not working

This commit is contained in:
Kovid Goyal 2022-01-25 21:01:46 +05:30
parent a59be7d4dc
commit a81e4bec5c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -476,7 +476,7 @@ def add_standalone_viewer_shortcuts(sc):
)
sc['print'] = desc(
"Ctrl+P",
"Ctrl+p",
'ui',
_('Print book to PDF'),
)