From bd29c4739ef9c9630421d6ddb57a793b7744bc68 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Sat, 14 Dec 2013 17:05:29 +0200 Subject: [PATCH] 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. --- gramps/gen/lib/eventtype.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gen/lib/eventtype.py b/gramps/gen/lib/eventtype.py index 34c9166b4..9eb397b30 100644 --- a/gramps/gen/lib/eventtype.py +++ b/gramps/gen/lib/eventtype.py @@ -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."),