diff --git a/gramps/plugins/textreport/descendreport.py b/gramps/plugins/textreport/descendreport.py index 9cb6db4c2b..da78cf3f95 100644 --- a/gramps/plugins/textreport/descendreport.py +++ b/gramps/plugins/textreport/descendreport.py @@ -596,7 +596,7 @@ def add_menu_options(self, menu): lifespan = BooleanOption(_("Show birth and death info"), True) lifespan.set_help( - _("Whether to show birth and death information in the report.") + _("Whether to show birth and death information in the report.") ) menu.add_option(category_name, "lifespan", lifespan)