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.6.6.1 --- 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 11 Feb 2004 16:06:51 -0000 1.6.6.1 @@ -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]