From 2cf78f136aa8b7074ad8c7719a4e1125eeafe24f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 11 Aug 2005 13:07:40 +0000 Subject: [PATCH] , svn: r582 --- collects/string-constants/english-string-constants.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index 742859a01b..e80f8ca933 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -865,7 +865,7 @@ please adhere to these guidelines: (windows-executables-must-end-with-exe "The filename\n\n ~a\n\nis illegal. Under Windows, executables must end with .exe.") (macosx-executables-must-end-with-app - "The filename\n\n ~a\n\nis illegal. Under MacOS X, executables must end with .app.") + "The filename\n\n ~a\n\nis illegal. Under MacOS X, an executable must be a directory whose name ends with .app.") (warning-directory-will-be-replaced "WARNING: the directory:\n\n ~a\n\nwill be replaced. Proceed?")