Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v diff -u -r1.55.2.36 -r1.55.2.37 --- openacs-4/packages/xowiki/tcl/folder-procs.tcl 17 Jul 2020 13:49:19 -0000 1.55.2.36 +++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 17 Jul 2020 13:55:01 -0000 1.55.2.37 @@ -672,14 +672,8 @@ set extra_where_clause "ci.name like '${lang}:%'" # - # If the folder has a property "langstring" assume that the - # content is a dict containing multiple attributes in multiple - # languages. + # Update the title to a language-specific value # - # One should define a form-field for langstrings that convert - # some user-friendly format into the intrep of the dict, which - # can be efficiently processed. - # $current_folder update_langstring_property _title $lang }