mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix labels being interchanged for two tag browser shortcuts
This commit is contained in:
parent
33353ef3a7
commit
c4d9b25446
@ -556,7 +556,7 @@ class TagBrowserBar(QWidget): # {{{
|
||||
ac = QAction(parent)
|
||||
parent.addAction(ac)
|
||||
parent.keyboard.register_shortcut('tag browser find box',
|
||||
_('Find next match'), default_keys=(),
|
||||
_('Find in the Tag browser'), default_keys=(),
|
||||
action=ac, group=_('Tag browser'))
|
||||
ac.triggered.connect(self.set_focus_to_find_box)
|
||||
|
||||
@ -568,7 +568,7 @@ class TagBrowserBar(QWidget): # {{{
|
||||
ac = QAction(parent)
|
||||
parent.addAction(ac)
|
||||
parent.keyboard.register_shortcut('tag browser find button',
|
||||
_('Find in the Tag browser'), default_keys=(),
|
||||
_('Find next match'), default_keys=(),
|
||||
action=ac, group=_('Tag browser'))
|
||||
ac.triggered.connect(self.search_button.click)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user