Index: openacs-4/packages/file-storage/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-add-2.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/file-storage/www/file-add-2.tcl 11 Dec 2003 21:40:04 -0000 1.14 +++ openacs-4/packages/file-storage/www/file-add-2.tcl 26 Jan 2004 15:39:47 -0000 1.15 @@ -22,7 +22,7 @@ set n_bytes [file size ${upload_file.tmpfile}] set max_bytes [ad_parameter "MaximumFileSize"] if { $n_bytes > $max_bytes } { - ad_complain [_ file-storage.lt_Your_file_is_larger_t_1] [list max_number_of_bytes [util_commify_number $max_bytes]]] + ad_complain [_ file-storage.lt_Your_file_is_larger_t_1 [list max_number_of_bytes [util_commify_number $max_bytes]]] } } }