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 -r1.5 -r1.6
--- openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl	14 Oct 2003 10:55:35 -0000	1.5
+++ openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl	14 Oct 2003 13:04:54 -0000	1.6
@@ -59,11 +59,11 @@
 } 
 
 # Build the select options list and filter out unwanted dictionaries.
-set wanted_dicts [list {"No, thanks" :nospell:}]
+set wanted_dicts [list {"No" :nospell:}]
 
 if { [empty_string_p $dicts] } {
     # Just add the default locale (the empty string will work too).
-    lappend wanted_dicts [list "Yes, please" $default_lang]
+    lappend wanted_dicts [list "Yes" $default_lang]
 }
 
 db_transaction {