Macro stepper: again, tweaked error message text

svn: r5581
This commit is contained in:
Ryan Culpepper 2007-02-09 09:52:54 +00:00
parent b16ccdb563
commit 8dcb486305

View File

@ -693,7 +693,7 @@
(message-box (message-box
"Macro Debugger Internal Error" "Macro Debugger Internal Error"
(string-append (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.")) "Trying again with macro hiding disabled."))
(queue-callback (lambda () (send config set-macro-hiding? #f)))) (queue-callback (lambda () (send config set-macro-hiding? #f))))