Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.30 -r1.30.2.1 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 12 Mar 2004 10:13:27 -0000 1.30 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Apr 2004 11:57:46 -0000 1.30.2.1 @@ -431,7 +431,7 @@ #---------------------------------------------------------------------- if { [exists_and_not_null form_properties(cancel_url)] && ![exists_and_not_null form_properties(cancel_label)] } { - set form_properties(cancel_label) "Cancel" + set form_properties(cancel_label) [_ acs-kernel.common_Cancel] } if { [exists_and_not_null form_properties(cancel_url)] } {