Index: openacs-4/contrib/packages/survey/www/admin/section-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/section-add-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/survey/www/admin/section-add-2.tcl 19 Sep 2003 16:48:04 -0000 1.1 +++ openacs-4/contrib/packages/survey/www/admin/section-add-2.tcl 14 Feb 2004 19:57:59 -0000 1.2 @@ -24,7 +24,7 @@ } -validate { first_section_not_branch -requires {branch_p:notnull} { if {$branch_p=="t" && $after==0} { - ad_complain "First section cannot be branch" + ad_complain "[_ survey.lt_First_section_cannot_]" } } } @@ -35,7 +35,7 @@ get_survey_info -survey_id $survey_id if {![info exists survey_info(survey_id)]} { - ad_return_complaint 1 "Requested survey does not exist" + ad_return_complaint 1 "[_ survey.lt_Requested_survey_does]" ad_script_abort } @@ -44,7 +44,7 @@ if { [empty_string_p $description] } { incr exception_count - append exception_text "
  • You did not enter a description.\n" + append exception_text "
  • [_ survey.lt_You_did_not_enter_a_d]\n" } if { $exception_count > 0 } {