This commit is contained in:
Kovid Goyal 2022-02-04 16:13:50 +05:30
commit 48ec109eab
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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.')))