Index: openacs-4/packages/file-storage/www/folder-zip-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-zip-add.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/www/folder-zip-add.tcl 28 Sep 2005 10:48:52 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/www/folder-zip-add.tcl 20 Jul 2006 04:33:34 -0000 1.1.2.2 @@ -79,7 +79,7 @@ if {[ad_form_new_p -key file_id]} { ad_form -extend -name file_add -form { - {unpack_message:text(inform) {label "Important!"} {value "Use this form to upload a ZIP file and extract the contents into it's own folder. The folder will be named with \"Title\""}} + {unpack_message:text(inform) {label "Important!"} {value "Use this form to upload a ZIP file (its contents will be extracted to a folder named after the title you enter above)."}} } }