Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 3 Dec 2001 21:19:14 -0000 1.16 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 11 Jan 2002 21:51:22 -0000 1.17 @@ -21,7 +21,7 @@ ad_proc -public get_pretty_name { } { - return "Class Information" + return "Group Information" } @@ -79,12 +79,12 @@ if { [db_0or1row select_comminity_info $query] } { set data "$pretty_name - $description" } else { - set data "Community info not found. Contact webmaster, please!" + set data "Group info not found. Contact webmaster, please!" } # BIG BAD THING (fixme: ben) if {[dotlrn::user_can_read_private_data_p]} { - append data "

List of Students" + append data "

List of Members" } } else { set data ""