From 6634f3f13f80495c2884c257270bc81f501b95d6 Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 4 Dec 2009 18:40:02 -0500 Subject: [PATCH] Fix PML2PMLZ FileTypePlugin description. --- src/calibre/customize/builtins.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py index e2f1055610..bd9e52ae93 100644 --- a/src/calibre/customize/builtins.py +++ b/src/calibre/customize/builtins.py @@ -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'])