Index: openacs-4/packages/simulation/www/siminst/map-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/map-create.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/simulation/www/siminst/map-create.tcl 7 Jan 2004 12:22:40 -0000 1.7 +++ openacs-4/packages/simulation/www/siminst/map-create.tcl 9 Jan 2004 14:40:03 -0000 1.8 @@ -14,14 +14,14 @@ set old_name [workflow::get_element -workflow_id $workflow_id -element pretty_name] acs_user::get -user_id $user_id -array user_array -set name_default "New Simulation from template $old_name" +set name_default "New Simulation based on $old_name" ad_form \ -name template \ -export { workflow_id } \ -form { {pretty_name:text - {label "Template name"} + {label "Simulation name"} {value $name_default} {html {size 60}} {help_text "Please choose a new name for your new simulation"}