* src/plugins/ExportVCalendar.py: Fix typo
svn: r5078
This commit is contained in:
parent
f29dea4a9f
commit
7c1ce4296b
@ -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>
|
2005-08-13 Jérôme <romjerome@yahoo.fr>
|
||||||
* doc/gramps-manual/fr/figures/comp-people.png,
|
* doc/gramps-manual/fr/figures/comp-people.png,
|
||||||
doc/gramps-manual/fr/figures/date-selection.png,
|
doc/gramps-manual/fr/figures/date-selection.png,
|
||||||
|
@ -82,7 +82,7 @@ class CalendarWriterOptionBox:
|
|||||||
all.set_name(_("Entire Database"))
|
all.set_name(_("Entire Database"))
|
||||||
all.add_rule(GenericFilter.Everyone([]))
|
all.add_rule(GenericFilter.Everyone([]))
|
||||||
|
|
||||||
if person:
|
if self.person:
|
||||||
des = GenericFilter.GenericFilter()
|
des = GenericFilter.GenericFilter()
|
||||||
des.set_name(_("Descendants of %s") %
|
des.set_name(_("Descendants of %s") %
|
||||||
self.person.get_primary_name().get_name())
|
self.person.get_primary_name().get_name())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user