diff --git a/src/calibre/gui2/viewer/highlights.py b/src/calibre/gui2/viewer/highlights.py index 36562aa7a6..5848f4c6f2 100644 --- a/src/calibre/gui2/viewer/highlights.py +++ b/src/calibre/gui2/viewer/highlights.py @@ -208,7 +208,7 @@ class FilterDialog(Dialog): def setup_ui(self): self.setWindowIcon(QIcon.ic('filter.png')) self.l = l = QVBoxLayout(self) - la = QLabel(_('Choose what kinds of highlights will be displayed below. If none are selected, no filtering is performed.')) + la = QLabel(_('Choose what kinds of highlights will be displayed, below. If none are selected, no filtering is performed.')) la.setWordWrap(True) l.addWidget(la) self.swatches = s = SwatchList(self.all_styles, self.show_only_styles, self)