mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Filter highlights typo
This commit is contained in:
parent
e85af248a6
commit
15c3915cc1
@ -603,7 +603,7 @@ class HighlightsPanel(QWidget):
|
||||
h = QHBoxLayout()
|
||||
la = QLabel(_('Double click to jump to an entry'))
|
||||
self.filter_button = b = QToolButton(self)
|
||||
b.setIcon(QIcon.ic('filter.png')), b.setToolTip(_('Show only highlights of a specific types'))
|
||||
b.setIcon(QIcon.ic('filter.png')), b.setToolTip(_('Show only highlights of specific types'))
|
||||
b.clicked.connect(self.change_active_filter)
|
||||
h.addWidget(la), h.addStretch(10), h.addWidget(b)
|
||||
l.addLayout(h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user