mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
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
This commit is contained in:
parent
a7782679fe
commit
c992418341
1 changed files with 3 additions and 0 deletions
|
|
@ -413,6 +413,9 @@ def __init__(self, fm, pref_name, parent=None):
|
|||
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.')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue