6921: Use "Bat Mitzvah" as the en_US event name
Port [0021e8] from gramps34: p1/3: actual change in the code. Note that the abbreviation also has to be changed accordingly.
This commit is contained in:
parent
744ec69349
commit
be8515909d
@ -151,7 +151,7 @@ class EventType(GrampsType):
|
||||
(ADULT_CHRISTEN , _("Adult Christening"), "Adult Christening"),
|
||||
(BAPTISM , _("Baptism"), "Baptism"),
|
||||
(BAR_MITZVAH , _("Bar Mitzvah"), "Bar Mitzvah"),
|
||||
(BAS_MITZVAH , _("Bas Mitzvah"), "Bas Mitzvah"),
|
||||
(BAS_MITZVAH , _("Bat Mitzvah"), "Bas Mitzvah"),
|
||||
(BLESS , _("Blessing"), "Blessing"),
|
||||
(BURIAL , _("Burial"), "Burial"),
|
||||
(CAUSE_DEATH , _("Cause Of Death"), "Cause Of Death"),
|
||||
@ -205,7 +205,7 @@ class EventType(GrampsType):
|
||||
ADULT_CHRISTEN : _T_("Adult Christening abbreviation|a.chr."),
|
||||
BAPTISM: _T_("Baptism abbreviation|bap."),
|
||||
BAR_MITZVAH : _T_("Bar Mitzvah abbreviation|bar."),
|
||||
BAS_MITZVAH : _T_("Bas Mitzvah abbreviation|bas."),
|
||||
BAS_MITZVAH : _T_("Bat Mitzvah abbreviation|bat."),
|
||||
BLESS: _T_("Blessing abbreviation|bles."),
|
||||
BURIAL: _T_("Burial abbreviation|bur."),
|
||||
CAUSE_DEATH : _T_("Cause Of Death abbreviation|d.cau."),
|
||||
|
Loading…
Reference in New Issue
Block a user