diff --git a/collects/framework/private/frame.ss b/collects/framework/private/frame.ss index 74dc83b7..4faae020 100644 --- a/collects/framework/private/frame.ss +++ b/collects/framework/private/frame.ss @@ -2069,7 +2069,7 @@ [(and (mrf-bday?) (send evt button-up?)) (message-box (string-constant drscheme) - "Happy Birthday, Matthew!")] + (string-constant happy-birthday-matthew))] [else (super-on-event evt)])) (super-instantiate ())))