diff --git a/openlp/core/ui/shortcutlistdialog.py b/openlp/core/ui/shortcutlistdialog.py index 9afd68112..0ea19013d 100644 --- a/openlp/core/ui/shortcutlistdialog.py +++ b/openlp/core/ui/shortcutlistdialog.py @@ -56,7 +56,7 @@ class ShortcutTreeWidget(QtWidgets.QTreeWidget): def keyboardSearch(self, search): """ - Prevent single letter searches from highlighting items. + Ignore searches to prevent single letter searches from highlighting items. :param search: Search string """