Index: openacs-4/packages/contacts/tcl/contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-procs.tcl,v diff -u -r1.81 -r1.82 --- openacs-4/packages/contacts/tcl/contacts-procs.tcl 25 Apr 2006 14:05:40 -0000 1.81 +++ openacs-4/packages/contacts/tcl/contacts-procs.tcl 26 Apr 2006 06:20:18 -0000 1.82 @@ -966,7 +966,7 @@ } if { $mapped_p || $all_p} { - lappend group_list [list $group_name $group_id $member_count "1" $mapped_p $default_p] + lappend group_list [list [lang::util::localize $group_name] $group_id $member_count "1" $mapped_p $default_p] if { $component_count > 0 && ( $expand == "all" || $expand == $group_id ) } { db_foreach get_components {} { if { $mapped_p || $all_p} {