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

svn: r6155
This commit is contained in:
Alex Roitman
2006-03-16 20:24:27 +00:00
parent 691dc6e757
commit 93add4967a
160 changed files with 183 additions and 184 deletions

View File

@@ -29,7 +29,7 @@ sys.path.append("ObjectSelector")
import os.path
import gtk
import gobject
from gettext import gettext as _
from TransUtils import sgettext as _
import _Factories
from _Constants import ObjectTypes

View File

@@ -22,7 +22,7 @@
import gtk
import gobject
from gettext import gettext as _
from TransUtils import sgettext as _
from logging import getLogger
log = getLogger(".ObjectSelector")

View File

@@ -20,7 +20,7 @@
# $Id$
from gettext import gettext as _
from TransUtils import sgettext as _
import gtk
import gobject

View File

@@ -93,7 +93,7 @@ At runtime Object selector is constructed from these widgets in the following st
-------------------------------------------------------------------------------
"""
from gettext import gettext as _
from TransUtils import sgettext as _
from _ObjectSelectorWindow import ObjectSelectorWindow
from _Constants import ObjectTypes