Index: openacs-4/packages/attachments/www/attach.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/attach.tcl,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/attachments/www/attach.tcl 7 Nov 2002 15:11:50 -0000 1.6 +++ openacs-4/packages/attachments/www/attach.tcl 24 Nov 2003 15:24:47 -0000 1.6.2.1 @@ -42,10 +42,12 @@ set n_contents [fs::get_folder_contents_count -folder_id $folder_id -user_id $user_id] # Folder name -set folder_name [fs::get_object_name -object_id $folder_id] +set folder_name [lang::util::localize [fs::get_object_name -object_id $folder_id]] # Folder contents -db_multirow contents select_folder_contents {} +db_multirow contents select_folder_contents {} { + set name [lang::util::localize $name] +} set passthrough_vars "object_id=$object_id&return_url=[ns_urlencode $return_url]&pretty_object_name=[ns_urlencode $pretty_object_name]"