mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-08 13:44:28 +01:00
IGN:Fix #2152 (Typo in GUI)
This commit is contained in:
parent
268397aa0c
commit
4bad100316
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class TCROutput(OutputFormatPlugin):
|
|||
'The default is utf-8.')),
|
||||
OptionRecommendation(name='compression_level', recommended_value=5,
|
||||
level=OptionRecommendation.LOW,
|
||||
help=_('Speciy the compression level to use. Scale 1 - 10. 1 ' \
|
||||
help=_('Specify the compression level to use. Scale 1 - 10. 1 ' \
|
||||
'being the lowest compression but the fastest and 10 being the ' \
|
||||
'highest compression but the slowest.')),
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue