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