mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix PML2PMLZ FileTypePlugin description.
This commit is contained in:
parent
74d613eb37
commit
6634f3f13f
@ -55,9 +55,9 @@ class PML2PMLZ(FileTypePlugin):
|
|||||||
author = 'John Schember'
|
author = 'John Schember'
|
||||||
description = textwrap.dedent(_('''\
|
description = textwrap.dedent(_('''\
|
||||||
Create a PMLZ archive containing the PML file \
|
Create a PMLZ archive containing the PML file \
|
||||||
and all images in the directory pmlname_img or images \
|
and all images in the directory pmlname_img or \
|
||||||
file containing all linked files. This plugin is run \
|
images. This plugin is run every time you add \
|
||||||
every time you add an PML file to the library.\
|
a PML file to the library. \
|
||||||
'''))
|
'''))
|
||||||
version = numeric_version
|
version = numeric_version
|
||||||
file_types = set(['pml'])
|
file_types = set(['pml'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user