From 2053a75470b94319f6dd59cd1474b852c6a4e4dd Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 8 Mar 2005 17:41:30 +0000 Subject: [PATCH] Update svn: r4135 --- gramps2/src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 0e80bc124..5e3efb96d 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -473,7 +473,7 @@ def save_attr(st): return personal_attributes.find_key(st) if family_attributes.has_value(st): return family_attributes.find_key(st) - return _(st) + return st #------------------------------------------------------------------------- #