Clarify what merge css rules does

This commit is contained in:
Kovid Goyal 2020-10-17 13:55:31 +05:30
parent 8849f5adec
commit 4d1ef2e031
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -47,7 +47,7 @@ def customize_remove_unused_css(name, parent, ans):
l.addWidget(c) l.addWidget(c)
d.la2 = label('<span style="font-size:small; font-style: italic">' + _( d.la2 = label('<span style="font-size:small; font-style: italic">' + _(
'Remove all class attributes from the HTML that do not match any existing CSS rules')) 'Remove all class attributes from the HTML that do not match any existing CSS rules'))
d.m = m = QCheckBox(_('Merge identical CSS rules')) d.m = m = QCheckBox(_('Merge CSS rules with identical selectors'))
m.setChecked(tprefs['merge_identical_selectors']) m.setChecked(tprefs['merge_identical_selectors'])
l.addWidget(m) l.addWidget(m)
d.la3 = label('<span style="font-size:small; font-style: italic">' + _( d.la3 = label('<span style="font-size:small; font-style: italic">' + _(