Index: openacs-4/packages/file-storage/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-add.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/file-storage/www/file-add.tcl 5 Sep 2002 09:29:00 -0000 1.3 +++ openacs-4/packages/file-storage/www/file-add.tcl 5 Nov 2002 17:19:59 -0000 1.4 @@ -11,7 +11,7 @@ } -validate { valid_folder -requires {folder_id:integer} { if ![fs_folder_p $folder_id] { - ad_complain "The specified parent folder is not valid." + ad_complain "[_ file-storage.lt_The_specified_parent_]" } } } -properties { @@ -27,7 +27,7 @@ # set templating datasources -set context [fs_context_bar_list -final "Add File" $folder_id] +set context [fs_context_bar_list -final "[_ file-storage.Add_File]" $folder_id] # Should probably generate the item_id and version_id now for # double-click protection @@ -36,4 +36,3 @@ if {[empty_string_p $title]} { set lock_title_p 0 } -