fix trailing whitespace
https://github.com/gramps-project/gramps/pull/966#issuecomment-569182132 thanks!
This commit is contained in:
parent
0120572a7a
commit
96e715df2b
@ -158,7 +158,7 @@ class TreeOptions:
|
||||
marriage.add_item(item["value"], item["name"])
|
||||
marriage.set_help(_("Position of marriage information."))
|
||||
menu.add_option(category, "marriage", marriage)
|
||||
|
||||
|
||||
occupation = EnumeratedListOption(_("Occupation"), "")
|
||||
for item in _OCCUPATION:
|
||||
occupation.add_item(item["value"], item["name"])
|
||||
|
Loading…
Reference in New Issue
Block a user