X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/2ea20e32dd822ece8a2df9693da42cfdaffcbc72..882cbae7275aed205648b3f6167255fb24eb8786:/librarian/text.py diff --git a/librarian/text.py b/librarian/text.py index e19716e..0761ab0 100644 --- a/librarian/text.py +++ b/librarian/text.py @@ -83,7 +83,7 @@ def transform(wldoc, flags=None, **options): contributors = "\n\nOpracowanie redakcyjne i przypisy: %s." % contributors funders = ', '.join(parsed_dc.funders) if funders: - funders = u"\n\nPublikację ufundowali i ufundowały: %s." % funders + funders = u"\n\nPublikację wsparli i wsparły: %s." % funders publisher = '\n\nWydawca: ' + ', '.join(parsed_dc.publisher) else: description = 'Publikacja zrealizowana w ramach projektu Wolne Lektury (http://wolnelektury.pl).'