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.13.2.1 -r1.13.2.2 --- openacs-4/packages/file-storage/www/file-add-2.tcl 9 Dec 2003 09:19:05 -0000 1.13.2.1 +++ openacs-4/packages/file-storage/www/file-add-2.tcl 12 Dec 2003 23:37:02 -0000 1.13.2.2 @@ -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]]] } } }