Use sgettext for handling context (english locale)

This commit is contained in:
Jérôme Rapinat 2014-01-16 15:00:19 +01:00
parent 9d4fdd0646
commit bfc05b2f8d

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
#-------------------------------------------------------------------------
#