Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-install-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-install-procs.tcl 15 Aug 2018 16:37:50 -0000 1.4 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-install-procs.tcl 3 Sep 2024 15:37:38 -0000 1.5 @@ -55,7 +55,7 @@ @error } { # update folder names in cr_items to be localized - # to the site wide locale to get rid of hash marks + # to the site-wide locale to get rid of hash marks # in the URLs # loop through the community types @@ -67,7 +67,7 @@ foreach folder_key [split $folder_list ","] { # only update folders that contain a message key if {[string match "#*#" $folder_key]} { - # get the localized name in the site wide locale + # get the localized name in the site-wide locale set folder_name [lang::util::localize \ $folder_key \ [lang::system::site_wide_locale]]