Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 9 Aug 2002 18:39:29 -0000 1.8 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 11 Dec 2002 14:06:31 -0000 1.9 @@ -56,3 +56,11 @@ template::util::list_of_ns_sets_to_multirow \ -rows $all_users_list \ -var_name "users" + +# Used in en_US version of some messages in adp +set instructor_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_instructor_rel] +set teaching_assistant_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_ta_rel] +set course_assistant_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_ca_rel] \ No newline at end of file