Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.52 -r1.52.2.1 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 3 Sep 2006 17:09:28 -0000 1.52 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 3 Nov 2006 22:23:08 -0000 1.52.2.1 @@ -85,7 +85,7 @@ This is the name that will be used for the user's workspace (usually "Your Workspace"). @return the name especified for the user's workspace in the HomeName kernel parameter. } { - return [ad_parameter -package_id [ad_acs_kernel_id] HomeName] + return [lang::util::localize [ad_parameter -package_id [ad_acs_kernel_id] HomeName]] } ad_proc -public ad_pvt_home_link {} {