* src/plugins/ExportVCalendar.py: Fix typo

svn: r5078
This commit is contained in:
Martin Hawlisch 2005-08-14 19:35:33 +00:00
parent f29dea4a9f
commit 7c1ce4296b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-08-14 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/plugins/ExportVCalendar.py: Fix typo
2005-08-13 Jérôme <romjerome@yahoo.fr>
* doc/gramps-manual/fr/figures/comp-people.png,
doc/gramps-manual/fr/figures/date-selection.png,

View File

@ -82,7 +82,7 @@ class CalendarWriterOptionBox:
all.set_name(_("Entire Database"))
all.add_rule(GenericFilter.Everyone([]))
if person:
if self.person:
des = GenericFilter.GenericFilter()
des.set_name(_("Descendants of %s") %
self.person.get_primary_name().get_name())