Use sgettext for handling context (english locale)

This commit is contained in:
Jérôme Rapinat 2014-01-17 17:55:48 +01:00
parent b072b88425
commit 2301310eb3

View File

@ -58,7 +58,7 @@ from ..utils.file import get_unicode_path_from_file_chooser
from ..utils.configmanager import safe_eval
from ..config import config
from ..const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
_ = glocale.translation.sgettext
#-------------------------------------------------------------------------
#