[plt-translators] english-string-constants.rkt update
commit fa98274aedcc09f2c62c7e82ac3c7dfc15340644
Author: Robby Findler <robby at racket-lang.org>
Date: Sun Oct 9 16:37:17 2011 -0500
add a checkbox to the 'evaluation terminated' dialog to avoid seeing that dialog
closes PR 6575
don't include in 5.2
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index 95aaf54..97039da 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -1219,9 +1219,13 @@ please adhere to these guidelines:
(exited-successfully "Exited successfully.")
(exited-with-error-code "Exited with error code ~a.") ;; ~a is filled in with a number between 1 and 255
(program-ran-out-of-memory "The program ran out of memory.")
- (last-stack-frame "show the last stack frame")
- (last-stack-frames "show the last ~a stack frames")
- (next-stack-frames "show the next ~a stack frames")
+
+ (show-evaluation-terminated-dialog "Show the ‘evaluation terminated’ dialog")
+ (evaluation-terminated-ask "Show this dialog next time?")
+
+ (last-stack-frame "show the last stack frame")
+ (last-stack-frames "show the last ~a stack frames")
+ (next-stack-frames "show the next ~a stack frames")
;;; welcoming message in repl
(language "Language")