* 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 c064cb8185
commit c5b8bf3a31

View File

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