Index: openacs-4/contrib/packages/simulation/www/siminst/simulation-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/simulation-edit.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/contrib/packages/simulation/www/siminst/simulation-edit.tcl 14 Jan 2004 15:10:54 -0000 1.11 +++ openacs-4/contrib/packages/simulation/www/siminst/simulation-edit.tcl 19 Jan 2004 17:10:32 -0000 1.12 @@ -128,7 +128,7 @@ set error_p 1 } if { [clock scan $enroll_end] > [clock scan $case_start] } { - template::form::set_error simulation enroll_start "Enrollment start date must be before simulation start date" + template::form::set_error simulation enroll_end "Enrollment end date must be before simulation start date" set error_p 1 } if { [clock scan $enroll_start] > [clock scan $enroll_end] } {