Use sgettext for Name Format dialog ()

Fixes 
This commit is contained in:
Sam Manzi
2018-03-14 10:20:23 +11:00
committed by GitHub
parent 6f52d7371e
commit ec6e9d7ef8

@@ -49,7 +49,7 @@ Keyword translation interface
# 'g' : familynick = family nick name # 'g' : familynick = family nick name
from ..const import GRAMPS_LOCALE as glocale from ..const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext _ = glocale.translation.sgettext
KEYWORDS = [("title", "t", _("Person|Title"), _("Person|TITLE")), KEYWORDS = [("title", "t", _("Person|Title"), _("Person|TITLE")),
("given", "f", _("Given"), _("GIVEN")), ("given", "f", _("Given"), _("GIVEN")),