* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.
svn: r6155
This commit is contained in:
@ -31,7 +31,7 @@ import os
|
||||
from random import randint
|
||||
from tempfile import NamedTemporaryFile
|
||||
from tempfile import mkstemp
|
||||
from gettext import gettext as _
|
||||
from TransUtils import sgettext as _
|
||||
from PluginUtils import register_tool
|
||||
#
|
||||
# Interface to phpGedView
|
||||
|
Reference in New Issue
Block a user