Fixed tweak text for % not available

This commit is contained in:
sengian 2013-08-12 07:26:51 +02:00
parent 361ab678fb
commit 1d0a181f5e

View File

@ -386,11 +386,9 @@ generate_cover_title_font = None
generate_cover_foot_font = None generate_cover_foot_font = None
#: Fuzz parameter value for cover trim #: Fuzz parameter value for cover trim
# The value used by ImageMagick for the # The value used by ImageMagick for the fuzz distance when trimming a cover.
# fuzz distance when triming a cover.
# Colors within this distance are considered equal. # Colors within this distance are considered equal.
# The distance can be in absolute intensity units or, # The distance is in absolute intensity units.
# by appending %, a percentage of the maximum possible intensity
cover_trim_fuzz_value = 10 cover_trim_fuzz_value = 10
#: Control behavior of the book list #: Control behavior of the book list