Skip to content

Commit

Permalink
Add a translation context to a couple of name origin types
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jan 28, 2025
1 parent c1169b5 commit d188e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/lib/nameorigintype.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class NameOriginType(GrampsType):
(PSEUDONYM, _("Pseudonym"), "Pseudonym"),
(PATRILINEAL, _("Patrilineal"), "Patrilineal"),
(MATRILINEAL, _("Matrilineal"), "Matrilineal"),
(OCCUPATION, _("Occupation"), "Occupation"),
(LOCATION, _("Location"), "Location"),
(OCCUPATION, _("Occupation", "Surname"), "Occupation"),
(LOCATION, _("Location", "Surname"), "Location"),
]

def __init__(self, value=None):
Expand Down

0 comments on commit d188e8f

Please sign in to comment.