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'
|
||||
description = textwrap.dedent(_('''\
|
||||
Create a PMLZ archive containing the PML file \
|
||||
and all images in the directory pmlname_img or images \
|
||||
file containing all linked files. This plugin is run \
|
||||
every time you add an PML file to the library.\
|
||||
and all images in the directory pmlname_img or \
|
||||
images. This plugin is run every time you add \
|
||||
a PML file to the library. \
|
||||
'''))
|
||||
version = numeric_version
|
||||
file_types = set(['pml'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user