Use sgettext for Name Format dialog (#580)

Fixes #10484
This commit is contained in:
Sam Manzi 2018-03-14 10:20:23 +11:00 committed by GitHub
parent 6f52d7371e
commit ec6e9d7ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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