Index: openacs-4/packages/acs-subsite/www/admin/group-types/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/group-types/new.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/admin/group-types/new.tcl 6 Sep 2002 21:49:58 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/admin/group-types/new.tcl 22 Jul 2005 19:38:06 -0000 1.4 @@ -30,11 +30,14 @@ from acs_object_types t connect by prior t.object_type = t.supertype start with t.object_type = 'group'}] +foreach opt $supertype_options { + lappend supertype_options_i18n [lang::util::localize $opt] +} template::element create group_type supertype \ -datatype "text" \ -widget select \ - -options $supertype_options \ + -options $supertype_options_i18n \ -label "Supertype" template::element create group_type pretty_name \