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:
		| @@ -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."), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user