Fix PML2PMLZ FileTypePlugin description.

This commit is contained in:
John Schember 2009-12-04 18:40:02 -05:00
parent 74d613eb37
commit 6634f3f13f

View File

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