Index: openacs-4/packages/static-portlet/www/static-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-admin-portlet.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 16 Oct 2002 15:41:55 -0000 1.13 +++ openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 10 Nov 2002 17:44:39 -0000 1.14 @@ -43,15 +43,17 @@ set referer [ad_conn url] } -set element_pretty_name [ad_parameter static_admin_portlet_element_pretty_name static-portlet "Custom Portlet"] -set element_pretty_plural [ad_parameter static_admin_portlet_element_pretty_plural static-portlet "Custom Portlets"] +set element_pretty_name [ad_parameter -localize static_admin_portlet_element_pretty_name static-portlet] +set element_pretty_plural [ad_parameter -localize static_admin_portlet_element_pretty_plural static-portlet] ns_log notice "package_id = $package_id" db_multirow content select_content { select content_id, pretty_name from static_portal_content where package_id = :package_id +} { + set pretty_name [lang::util::localize $pretty_name] }