[plt-translators] english-string-constants.rkt update
commit 4787361d7f0598751f962b28739a0cc79b3d0194
Author: Robby Findler <robby at racket-lang.org>
Date: Mon Oct 15 07:40:51 2012 -0500
show a dialog box saying that aspell/ispell cannot be
found instead of just silently not checking the spelling
also, fix a bug in that case that used to cause drracket
to just crash
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index f7626e3..95714b2 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -1686,4 +1686,5 @@ please adhere to these guidelines:
;; (technically, editors that implement color:text<%>)
(spell-check-string-constants "Spell Check String Constants")
(misspelled-text-color "Misspelled Text Color") ;; in the preferences dialog
+ (cannot-find-ispell-or-aspell-path "Cannot find the aspell or ispell binary")
)