Index: openacs-4/packages/acs-admin/www/apm/version-files.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-files.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-admin/www/apm/version-files.tcl 7 Aug 2017 23:47:45 -0000 1.19 +++ openacs-4/packages/acs-admin/www/apm/version-files.tcl 3 Sep 2024 15:37:29 -0000 1.20 @@ -52,7 +52,7 @@ } } - # For every changed component (at least the file name), write a row in the table. + # For every changed component (at least the filename), write a row in the table. while { $i < [llength $components] } { append body "" for { set j 0 } { $j < $i } { incr j } { @@ -84,7 +84,7 @@ set server_rel_path "packages/$package_key/$path" if { [apm_file_watchable_p $server_rel_path] } { if { [nsv_exists apm_reload_watch $server_rel_path] } { - # This procs file is already being watched. + # This "-procs" file is already being watched. append body " being watched " } else { if {![parameter::get -package_id [ad_acs_kernel_id] \