Index: openacs-4/packages/evaluation/www/admin/tasks/task-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-delete-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/evaluation/www/admin/tasks/task-delete-2.tcl 28 Apr 2004 11:09:54 -0000 1.1 +++ openacs-4/packages/evaluation/www/admin/tasks/task-delete-2.tcl 10 Jun 2004 21:08:54 -0000 1.2 @@ -13,13 +13,13 @@ return_url } -if { [string eq $operation "Yes, I really want to remove this task"] } { +if { [string eq $operation "[_ evaluation.lt_Yes_I_really_want_to__3]"] } { db_transaction { db_exec_plsql delete_task { *SQL* } } on_error { - ad_return_error "Error deleting the task" "We got the following error while trying to remove the task:
$errmsg
" + ad_return_error "[_ evaluation.lt_Error_deleting_the_ta]" "[_ evaluation.lt_We_got_the_following__2]" ad_script_abort } } else {