From 8dcb486305a7366a0f23f0aa3fd63cf8a261d651 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Fri, 9 Feb 2007 09:52:54 +0000 Subject: [PATCH] Macro stepper: again, tweaked error message text svn: r5581 --- collects/macro-debugger/view/gui.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/macro-debugger/view/gui.ss b/collects/macro-debugger/view/gui.ss index 5fe742d694..d4ec437c28 100644 --- a/collects/macro-debugger/view/gui.ss +++ b/collects/macro-debugger/view/gui.ss @@ -693,7 +693,7 @@ (message-box "Macro Debugger Internal Error" (string-append - "This expansion triggers an error in the macro hiding code. " + "This expansion triggers an internal error in the macro hiding code. " "Trying again with macro hiding disabled.")) (queue-callback (lambda () (send config set-macro-hiding? #f))))