6921: Use "Bat Mitzvah" as the en_US event name

p1/3: actual change in the code. Note that the abbreviation
also has to be changed accordingly.
This commit is contained in:
Vassilii Khachaturov 2013-12-14 16:56:58 +02:00
parent c32160b254
commit 0021e8cec2

View File

@ -148,7 +148,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"),
@ -198,7 +198,7 @@ class EventType(GrampsType):
ADULT_CHRISTEN : _("Adult Christening abbreviation|a.chr."),
BAPTISM: _("Baptism abbreviation|bap."),
BAR_MITZVAH : _("Bar Mitzvah abbreviation|bar."),
BAS_MITZVAH : _("Bas Mitzvah abbreviation|bas."),
BAS_MITZVAH : _("Bat Mitzvah abbreviation|bat."),
BLESS: _("Blessing abbreviation|bles."),
BURIAL: _("Burial abbreviation|bur."),
CAUSE_DEATH : _("Cause Of Death abbreviation|d.cau."),