2007-06-28 Alex Roitman <shura@gramps-project.org>

* src/ScratchPad.py (ScratchSourceLink.tooltip): Typo.



svn: r8683
This commit is contained in:
Alex Roitman
2007-06-28 22:30:08 +00:00
parent 534f9bf242
commit 0aa630a32e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
2007-06-28 Alex Roitman <shura@gramps-project.org>
* src/ScratchPad.py (ScratchSourceLink.tooltip): Typo.
2007-06-25 Alex Roitman <shura@gramps-project.org> 2007-06-25 Alex Roitman <shura@gramps-project.org>
* src/plugins/RemoveUnused.py (init_gui): Add missing argument. * src/plugins/RemoveUnused.py (init_gui): Add missing argument.

View File

@@ -1,7 +1,7 @@
# #
# Gramps - a GTK+/GNOME based genealogy program # 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 # 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 # 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()), _("Title"),escape(base.get_title()),
_("Abbreviation"), escape(base.get_abbreviation()), _("Abbreviation"), escape(base.get_abbreviation()),
_("Author"), escape(base.get_author()), _("Author"), escape(base.get_author()),
_("Publication Information"), escape(base.get_text()), _("Publication Information"), escape(base.get_publication_info()),
_("Comment"), escape(base.get_note())) _("Comment"), escape(base.get_note()))
return s return s