2007-10-19 Piotr Czubaszek <pioterus@gmail.com>

* src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period.



svn: r9216
This commit is contained in:
Alex Roitman 2007-10-20 02:34:28 +00:00
parent 8cd1a019cc
commit 6ca81346cf
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2007-10-19 Piotr Czubaszek <pioterus@gmail.com>
* src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period.
2007-10-19 Gary Burton <gary.burton@zen.co.uk>
* src/DisplayTabs/_EmbeddedList.py:
* src/DisplayTabs/_ButtonTab.py:

View File

@ -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