mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:14:31 +02:00
Clarify what merge css rules does
This commit is contained in:
parent
8849f5adec
commit
4d1ef2e031
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def label(text):
|
|||
l.addWidget(c)
|
||||
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'))
|
||||
d.m = m = QCheckBox(_('Merge identical CSS rules'))
|
||||
d.m = m = QCheckBox(_('Merge CSS rules with identical selectors'))
|
||||
m.setChecked(tprefs['merge_identical_selectors'])
|
||||
l.addWidget(m)
|
||||
d.la3 = label('<span style="font-size:small; font-style: italic">' + _(
|
||||
|
|
|
|||
Loading…
Reference in a new issue