From 96173da94741df27b1d5a6f8db6975744f6a8062 Mon Sep 17 00:00:00 2001 From: romjerome Date: Sat, 5 Sep 2015 10:00:59 +0200 Subject: [PATCH] python3 only for latex backend and related --- gramps/plugins/docgen/latexdoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/docgen/latexdoc.py b/gramps/plugins/docgen/latexdoc.py index 7f1910eb7..6aa4c9bb5 100644 --- a/gramps/plugins/docgen/latexdoc.py +++ b/gramps/plugins/docgen/latexdoc.py @@ -57,8 +57,8 @@ except: _LOG.warning(_("PIL (Python Imaging Library) not loaded. " "Production of jpg images from non-jpg images " "in LaTeX documents will not be available. " - "Use your package manager to install python-imaging " - "or python-pillow or python3-pillow")) + "Use your package manager to install python3-imaging " + "or python3-pillow")) _CLICKABLE = '\\url{\\1}'