Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v
diff -u -r1.42 -r1.43
--- openacs-4/packages/acs-templating/tcl/widget-procs.tcl	28 Jul 2006 23:30:09 -0000	1.42
+++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl	29 Oct 2006 14:05:56 -0000	1.43
@@ -151,6 +151,9 @@
     # search in groups and relsegs
     set groups_relsegs [db_list_of_lists search_groups_relsegs {}]
 
+    # Localize the groups 
+    set groups_relsegs [lang::util::localize_list_of_lists -list $groups_relsegs]
+
     if { [llength $persons] == 0 && [llength $groups_relsegs] == 0 } {
         # no search results so return text entry back to the user