Index: openacs-4/packages/evaluation/www/admin/evaluations/evaluation-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/evaluation-delete-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/admin/evaluations/evaluation-delete-2.tcl 28 Apr 2004 11:06:41 -0000 1.1 +++ openacs-4/packages/evaluation/www/admin/evaluations/evaluation-delete-2.tcl 10 Jun 2004 21:08:53 -0000 1.2 @@ -12,13 +12,13 @@ operation } -if { [string eq $operation "Yes, I really want to remove this evaluation"] } { +if { [string eq $operation "[_ evaluation.lt_Yes_I_really_want_to_]"] } { db_transaction { db_exec_plsql delete_evaluation { *SQL* } } on_error { - ad_return_error "Error deleting the evaluation" "We got the following error while trying to remove the evaluation:
$errmsg" + ad_return_error "[_ evaluation.lt_Error_deleting_the_ev]" "[_ evaluation.lt_We_got_the_following_]" ad_script_abort } }