Skip to content

Commit

Permalink
Removed tab on line 599 that caused lint to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
uwagura authored Jan 3, 2024
1 parent 20ccba7 commit f4fc6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/textreport/descendreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f4fc6e8

Please sign in to comment.