mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
...
This commit is contained in:
parent
582e4434cd
commit
cbdede4e6f
@ -702,7 +702,7 @@ class ShortcutConfig(QWidget): # {{{
|
||||
self.delegate.changed_signal.connect(self.changed_signal)
|
||||
self.search = SearchBox2(self)
|
||||
self.search.initialize('shortcuts_search_history',
|
||||
help_text=_('Search for a shortcut by name or shortcut'))
|
||||
help_text=_('Search for a shortcut by name or key combination'))
|
||||
self.search.search.connect(self.find)
|
||||
self._h = h = QHBoxLayout()
|
||||
l.addLayout(h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user