mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Fix #2152 (Typo in GUI)
This commit is contained in:
parent
268397aa0c
commit
4bad100316
@ -24,7 +24,7 @@ class TCROutput(OutputFormatPlugin):
|
|||||||
'The default is utf-8.')),
|
'The default is utf-8.')),
|
||||||
OptionRecommendation(name='compression_level', recommended_value=5,
|
OptionRecommendation(name='compression_level', recommended_value=5,
|
||||||
level=OptionRecommendation.LOW,
|
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 ' \
|
'being the lowest compression but the fastest and 10 being the ' \
|
||||||
'highest compression but the slowest.')),
|
'highest compression but the slowest.')),
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user