This commit is contained in:
Kovid Goyal 2016-03-12 08:00:16 +05:30
parent 2f7857479d
commit 26ee920fd8
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ when single quotes at the start of contractions are involved. Accessed via
Transforming CSS properties Transforming CSS properties
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create rules to transform the stying of the book. For example, create a rule Create rules to transform the styling of the book. For example, create a rule
to convert all red text to green or to double the font size of all text in the to convert all red text to green or to double the font size of all text in the
book or make text of a certain font family italic, etc. book or make text of a certain font family italic, etc.

View File

@ -93,7 +93,7 @@ class RuleEdit(QWidget): # {{{
if 'matches' in mt: if 'matches' in mt:
tt = _('A regular expression') tt = _('A regular expression')
elif mt in '< > <= >='.split(): elif mt in '< > <= >='.split():
tt = _('Either a CSS length, such as 10pt or a unit less number. If a unitless' tt = _('Either a CSS length, such as 10pt or a unit less number. If a unit less'
' number is used it will be compared with the CSS value using whatever unit' ' number is used it will be compared with the CSS value using whatever unit'
' the value has. Note that comparison automatically converts units, except' ' the value has. Note that comparison automatically converts units, except'
' for relative units like percentage or em, for which comparison fails' ' for relative units like percentage or em, for which comparison fails'