Index: openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 15 Oct 2003 09:37:31 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 22 Oct 2003 14:51:38 -0000 1.8 @@ -89,7 +89,7 @@ } on_error { # Just add the default locale. - lappend wanted_dicts [list "Yes, please" $default_lang] + lappend wanted_dicts [list "Yes" $default_lang] } Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -N -r1.30 -r1.31 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 21 Oct 2003 14:25:48 -0000 1.30 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 22 Oct 2003 14:51:38 -0000 1.31 @@ -222,7 +222,7 @@ append output "
[_ acs-templating.Spellcheck]: [menu "$element(id).spellcheck" [nsv_get spellchecker lang_options] $spellcheck(selected_option) {}]" } - + return $output }