From 6ca81346cf23da96af06e51e6ad08ed98221c021 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 20 Oct 2007 02:34:28 +0000 Subject: [PATCH] 2007-10-19 Piotr Czubaszek * src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period. svn: r9216 --- ChangeLog | 3 +++ src/docgen/PdfDoc.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 011162ddb..9b346d66e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-10-19 Piotr Czubaszek + * src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period. + 2007-10-19 Gary Burton * src/DisplayTabs/_EmbeddedList.py: * src/DisplayTabs/_ButtonTab.py: diff --git a/src/docgen/PdfDoc.py b/src/docgen/PdfDoc.py index 829a36f96..4e1887f98 100644 --- a/src/docgen/PdfDoc.py +++ b/src/docgen/PdfDoc.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2006 Donald N. Allingham +# Copyright (C) 2000-2007 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -365,7 +365,7 @@ class PdfDoc(BaseDoc.BaseDoc): global _pil_warn if _pil_warn: ErrorDialog( - _("You do not have the Python Imaging Library installed " + _("You do not have the Python Imaging Library installed. " "Images will not be added to this report")) _pil_warn = False return