IGN:Fix #2152 (Typo in GUI)

This commit is contained in:
Kovid Goyal 2009-10-22 17:11:20 -06:00
parent 268397aa0c
commit 4bad100316

View File

@ -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.')),
]) ])