Index: openacs-4/packages/acs-templating/tcl/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/file-procs.tcl,v diff -u -r1.12.2.13 -r1.12.2.14 --- openacs-4/packages/acs-templating/tcl/file-procs.tcl 18 Jul 2023 09:24:17 -0000 1.12.2.13 +++ openacs-4/packages/acs-templating/tcl/file-procs.tcl 25 Aug 2024 11:53:55 -0000 1.12.2.14 @@ -118,7 +118,7 @@ } if { !$result } { - set message [_ acs-templating.Invalid_file] + set message [_ acs-templating.Invalid_filename] ad_log warning "They tried to sneak in invalid value '$value'" }