Index: openacs-4/packages/static-portlet/www/static-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-portlet.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/static-portlet/www/static-portlet.tcl 9 Aug 2002 18:39:33 -0000 1.6 +++ openacs-4/packages/static-portlet/www/static-portlet.tcl 20 Apr 2004 21:13:56 -0000 1.7 @@ -34,3 +34,7 @@ from static_portal_content where content_id = :content_id }] + +# The pretty_name can be a message catalog key +set class_instances_pretty_name [_ dotlrn.class_instances_pretty_name] +set pretty_name [lang::util::localize $pretty_name]