This commit is contained in:
Kovid Goyal 2022-02-04 16:28:41 +05:30
commit 99ef0b5782
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -416,7 +416,7 @@ class RuleEditor(QDialog): # {{{
'Choosing icon with text will add an icon to the left of the' 'Choosing icon with text will add an icon to the left of the'
' column content, choosing icon with no text will hide' ' column content, choosing icon with no text will hide'
' the column content and leave only the icon.' ' the column content and leave only the icon.'
'If you choose composed icons and multiple rules match, then all the' ' If you choose composed icons and multiple rules match, then all the'
' matching icons will be combined, otherwise the icon from the' ' matching icons will be combined, otherwise the icon from the'
' first rule to match will be used.'))) ' first rule to match will be used.')))
self.l3 = l3 = QLabel(_('of the column:')) self.l3 = l3 = QLabel(_('of the column:'))