svn: r9889
This commit is contained in:
Erik De Richter 2008-01-18 19:43:59 +00:00
parent faac6af1c3
commit 9c6f6c1fc9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2008-01-18 Erik De Richter <frederik.de.richter@pandora.be>
* /src/plugins/FamilyGroup.py: typo :590
2008-01-18 Erik De Richter <frederik.de.richter@pandora.be>
* po/gramps.pot: new gramps.pot generated

View File

@ -587,7 +587,7 @@ class FamilyGroupOptions(MenuReportOptions):
menu.add_option(category_name, "family_id", family_id)
recursive = BooleanOption(_('Recursive'),False)
recursive.set_help(_("Create reports for all decendants "
recursive.set_help(_("Create reports for all descendants "
"of this family."))
menu.add_option(category_name,"recursive",recursive)