Skip to content

Commit

Permalink
Fix translating
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSch-gramps committed Jan 4, 2025
1 parent 0d1d4e8 commit 336e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/view/relview.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ def write_parents(self, family_handle, person=None):

parent1 = parent2 = ""
if father == Person.MALE:
parent1 = ("Father")
parent1 = _("Father")
elif father == Person.FEMALE:
parent1 = _("Mother")
else:
Expand Down

0 comments on commit 336e7b1

Please sign in to comment.