than -> then

This commit is contained in:
413Michele 2022-07-17 11:10:28 +02:00 committed by GitHub
parent 1eb3bd675a
commit 7dfeacde2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
# Note that the use_series_auto_increment_tweak_when_importing tweak is used # Note that the use_series_auto_increment_tweak_when_importing tweak is used
# only when a value is not provided during import. If the importing regular # only when a value is not provided during import. If the importing regular
# expression produces a value for series_index, or if you are reading metadata # expression produces a value for series_index, or if you are reading metadata
# from books and the import plugin produces a value, than that value will # from books and the import plugin produces a value, then that value will
# be used irrespective of the setting of the tweak. # be used irrespective of the setting of the tweak.
series_index_auto_increment = 'next' series_index_auto_increment = 'next'
use_series_auto_increment_tweak_when_importing = False use_series_auto_increment_tweak_when_importing = False