* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.

svn: r6156
This commit is contained in:
Alex Roitman 2006-03-16 20:25:15 +00:00
parent 93add4967a
commit b15b66060c

View File

@ -28,7 +28,7 @@
#
#-------------------------------------------------------------------------
import os
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#