This commit is contained in:
Kovid Goyal 2025-08-25 09:43:30 +05:30
parent 582e4434cd
commit cbdede4e6f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)