From 261700ef2cc9689608abebecf7fcfd646a82ed29 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 6 Nov 2012 20:56:30 -0600 Subject: [PATCH] whoops, forgot to add this file in my last commit --- collects/string-constants/private/english-string-constants.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt index 7223fc9043..e7d784f42a 100644 --- a/collects/string-constants/private/english-string-constants.rkt +++ b/collects/string-constants/private/english-string-constants.rkt @@ -1179,6 +1179,7 @@ please adhere to these guidelines: (racket-dialect-in-buffer-message "Racket dialects are generally chosen by editing the buffer directly, not by selecting these entries in the language dialog.") (racket-dialect-add-new-#lang-line "That said, shall I add “~a” to the beginning of the definitions window?") (racket-dialect-replace-#lang-line "That said, I see you have “~a” in your file; shall I replace it with “~a”?") + (racket-dialect-already-same-#lang-line "I see you already have “~a” in your file, however; so you should be all set to start programming!") ;; in the dialog containing the above strings, one of these is a button that appears (add-#lang-line "Add #lang line")