Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.172 -r1.173 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 4 Dec 2002 09:51:03 -0000 1.172 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 11 Dec 2002 13:53:51 -0000 1.173 @@ -492,7 +492,7 @@ set role_options [list] foreach {rel_type role pretty_name pretty_plural} [eval concat [get_all_roles]] { - lappend role_options [list $pretty_name $rel_type] + lappend role_options [list [lang::util::localize $pretty_name] $rel_type] } return $role_options @@ -1175,11 +1175,6 @@ append chunk "[_ dotlrn.Drop]\n" -# Removing admin to improve performance -# if {[dotlrn::user_can_admin_community_p -community_id $sc_id]} { -# append chunk " \"Administer\"\n" -# } - append chunk "\n" } elseif {[member_p $sc_id $user_id] || [not_closed_p -community_id $sc_id]} {