Index: openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 7 Apr 2005 18:57:01 -0000 1.25 +++ openacs-4/packages/evaluation/www/admin/tasks/task-add-edit.tcl 23 May 2005 14:19:28 -0000 1.26 @@ -98,7 +98,6 @@ } } elseif { [string eq $title "link"] } { - ns_log notice "si va bien!, content trae -${content}- " if { [string eq $mode "edit"] } { set attached_p "t" @@ -286,8 +285,8 @@ { [_ evaluation.lt_The_number_of_members]} } {online_p - { ([empty_string_p $due_date] && [string eq $online_p "f"]) || (![empty_string_p $due_date] && [string eq $online_p "t"]) } - { "You can't leave the due date empty if the students have to submit their answers online." } + { (![empty_string_p $due_date] && [string eq $online_p "t"]) || [string eq $online_p "f"] } + { "[_ evaluation.lt_You_cant_leave_the_du]" } } {estimated_time { $estimated_time >= 0 }