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.31 --- 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 17 May 2004 15:14:57 -0000 1.31 @@ -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)] } {