From c5b8bf3a31e54278b86bc48d0e55058c635a3d66 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 16 Mar 2006 20:25:15 +0000 Subject: [PATCH] * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6156 --- gramps2/src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 53174f226..2c2536f3c 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -28,7 +28,7 @@ # #------------------------------------------------------------------------- import os -from gettext import gettext as _ +from TransUtils import sgettext as _ #------------------------------------------------------------------------- #