From c992418341a064a17f71fc5b7ffe7afe451db8fd Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Fri, 4 Feb 2022 11:30:41 +0100 Subject: [PATCH] Update Column icons tooltip information I added some info on the difference between "with text" and "without text" icons, as I couldn't understand the effect that option had before testing it --- src/calibre/gui2/preferences/coloring.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/gui2/preferences/coloring.py b/src/calibre/gui2/preferences/coloring.py index 8318260698..ffdeb1ab0c 100644 --- a/src/calibre/gui2/preferences/coloring.py +++ b/src/calibre/gui2/preferences/coloring.py @@ -413,6 +413,9 @@ class RuleEditor(QDialog): # {{{ self.kind_box.addItem(tt, t) l.addWidget(self.kind_box, 3, 0) self.kind_box.setToolTip(textwrap.fill(_( + 'Choosing icon with text will add an icon to the left of the' + ' column content, choosing icon with no text will hide' + ' the column content and leave only the icon.' 'If you choose composed icons and multiple rules match, then all the' ' matching icons will be combined, otherwise the icon from the' ' first rule to match will be used.')))