mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 01:12:58 +02:00
Merge branch 'viewer_still_editing_shortcut' of https://github.com/keatsandyeats/calibre
This commit is contained in:
commit
e35dbe4401
1 changed files with 2 additions and 2 deletions
|
|
@ -397,8 +397,8 @@ def accept(self, *args):
|
|||
if self.shortcut_config.is_editing:
|
||||
from calibre.gui2 import info_dialog
|
||||
info_dialog(self, _('Still editing'),
|
||||
_('You are in the middle of editing a keyboard shortcut'
|
||||
' first complete that, by clicking outside the '
|
||||
_('You are in the middle of editing a keyboard shortcut.'
|
||||
' First complete that by clicking outside the'
|
||||
' shortcut editing box.'), show=True)
|
||||
return
|
||||
self.save_options(config())
|
||||
|
|
|
|||
Loading…
Reference in a new issue