From 0aa630a32ee1c516e2f652bfbfa09a2302e60f2b Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 28 Jun 2007 22:30:08 +0000 Subject: [PATCH] 2007-06-28 Alex Roitman * src/ScratchPad.py (ScratchSourceLink.tooltip): Typo. svn: r8683 --- ChangeLog | 3 +++ src/ScratchPad.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index de5c49c26..1c471f660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-06-28 Alex Roitman + * src/ScratchPad.py (ScratchSourceLink.tooltip): Typo. + 2007-06-25 Alex Roitman * src/plugins/RemoveUnused.py (init_gui): Add missing argument. diff --git a/src/ScratchPad.py b/src/ScratchPad.py index 40f8f046c..76578e01a 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.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 modiy # it under the terms of the GNU General Public License as published by @@ -724,7 +724,7 @@ class ScratchSourceLink(ScratchPadWrapper): _("Title"),escape(base.get_title()), _("Abbreviation"), escape(base.get_abbreviation()), _("Author"), escape(base.get_author()), - _("Publication Information"), escape(base.get_text()), + _("Publication Information"), escape(base.get_publication_info()), _("Comment"), escape(base.get_note())) return s