Index: openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-blankfolder.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-blankfolder.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-blankfolder.tcl 26 Nov 2007 12:52:45 -0000 1.1 +++ openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/add-blankfolder.tcl 3 Aug 2008 02:23:37 -0000 1.2 @@ -31,7 +31,7 @@ } set description "" -set pretty_folder_name "New Folder" +set pretty_folder_name "#file-storage.New_Folder#" set folder_name [string tolower [util_text_to_url -text $pretty_folder_name]] set file_exists_count [db_string "count_existing" "select count(*) from cr_items where name like '$folder_name%' and parent_id=:folder_id"] if { $file_exists_count != 0 } {