2007-06-28 Alex Roitman <shura@gramps-project.org>
* src/ScratchPad.py (ScratchSourceLink.tooltip): Typo. svn: r8684
This commit is contained in:
@ -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
|
||||
@ -757,7 +757,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
|
||||
|
||||
|
Reference in New Issue
Block a user