* src/gramps_main.py: re-present the open dialog box on
a failure to open a file. * src/gramps.glade: change Home button from stock version to something we can translate * src/const.py.in: Add "Alternate Marriage" as a family event type. svn: r2099
This commit is contained in:
parent
a0c10c2203
commit
8409b707dc
@ -205,6 +205,7 @@ familyConstantEvents = {
|
||||
}
|
||||
|
||||
_fe_e2l = {
|
||||
"Alternate Marriage" : _("Alternate Marriage"),
|
||||
"Annulment" : _("Annulment"),
|
||||
"Divorce Filing" : _("Divorce Filing"),
|
||||
"Divorce" : _("Divorce"),
|
||||
|
Loading…
Reference in New Issue
Block a user