[plt-translators] english-string-constants.rkt update
commit 4eb3df7094762f5f9e7acc93a2f628766ef319cb
Author: Robby Findler <robby at racket-lang.org>
Date: Mon Jul 12 15:46:22 2010 -0500
various cleanups, including finishing up the client mode, string constants, and coloring of (known) identifiers
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index a100988..ed339da 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -197,6 +197,12 @@ please adhere to these guidelines:
(cs-set!d-variable "set!’d variable")
(cs-imported-variable "imported variable")
+ ;; mode sub-menu in the "view" menu
+ (cs-check-syntax-mode "Check Syntax Mode")
+ (cs-mode-menu-show-my-obligations "My Contract Obligations")
+ (cs-mode-menu-show-client-obligations "Client Contract Obligations")
+ (cs-mode-menu-show-syntax "Syntactic Categories")
+
;;; info bar at botttom of drscheme frame
(collect-button-label "GC")
(read-only "Read only")