From f07095283df62bf32975cd67a35d0a78cbbdb152 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 30 Nov 2011 15:42:08 -0600 Subject: [PATCH] remove ? from string constant that should not have been there --- collects/string-constants/private/english-string-constants.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt index 356297f481..0124ef1e3d 100644 --- a/collects/string-constants/private/english-string-constants.rkt +++ b/collects/string-constants/private/english-string-constants.rkt @@ -1225,7 +1225,7 @@ please adhere to these guidelines: (program-ran-out-of-memory "The program ran out of memory.") (show-evaluation-terminated-dialog "Show the ‘evaluation terminated’ dialog") - (evaluation-terminated-ask "Show this dialog next time?") + (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")