* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext

svn: r6282
This commit is contained in:
Alex Roitman
2006-04-06 22:02:46 +00:00
parent ecc87ea678
commit 57d6df04c9
159 changed files with 160 additions and 158 deletions
ChangeLog
src
AddMedia.pyArgHandler.pyAssistant.pyBookmarks.pyColumnOrder.py
DataViews
DateEdit.py
DateHandler
DisplayModels.pyDisplayTabs.py
Editors
Exporter.pyGrampsCfg.py
GrampsDb
GrampsLogger
GrampsWidgets.pyMergeData.pyMergePeople.py
Mime
ObjectSelector
PageView.pyPeopleModel.py
PluginUtils
QuestionDialog.py
RelLib
ScratchPad.pySelectEvent.pySelectFamily.pySelectObject.pySelectPerson.pySelectSource.pySpell.pyStartupDialog.pyTipOfDay.py
TreeViews
Utils.pyViewManager.py
docgen
gramps_main.pylds.py
plugins

@ -29,7 +29,7 @@
#
#------------------------------------------------------------------------
import os
from TransUtils import sgettext as _
from gettext import gettext as _
from sets import Set
#------------------------------------------------------------------------