From 00b730208c593064fbfe8182cb16bf47734a987c Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 8 Mar 2005 17:41:30 +0000 Subject: [PATCH] Update svn: r4135 --- src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py.in b/src/const.py.in index 0e80bc124..5e3efb96d 100644 --- a/src/const.py.in +++ b/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 #------------------------------------------------------------------------- #