From 4f3c754392840a1017e99ce3550cc926b74a1275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 13 Feb 2009 17:56:33 +0000 Subject: [PATCH] 2704: Translation problem word Title - use TransUtils svn: r11982 --- src/Editors/_EditPerson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 699bb7ef2..5e1222b15 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -32,7 +32,7 @@ to edit information about a particular Person. # #------------------------------------------------------------------------- import locale -from gettext import gettext as _ +from TransUtils import sgettext as _ #------------------------------------------------------------------------- #