From a6eee49ff0d616c38f957426f9c21f5ee0a0e6ca Mon Sep 17 00:00:00 2001 From: de4dot Date: Sat, 16 Nov 2013 22:44:06 +0100 Subject: [PATCH] Update msg --- de4dot.cui/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de4dot.cui/Program.cs b/de4dot.cui/Program.cs index 13efbe19..3fe3ea93 100644 --- a/de4dot.cui/Program.cs +++ b/de4dot.cui/Program.cs @@ -96,7 +96,7 @@ namespace de4dot.cui { Logger.Instance.LogErrorDontIgnore("\n\n"); Logger.Instance.LogErrorDontIgnore("Hmmmm... something didn't work. Try the latest version."); } - Logger.Instance.LogErrorDontIgnore("Send a link to the installer or a zip file of all files to de4dot@gmail.com"); + Logger.Instance.LogErrorDontIgnore("Email me all files / installer: de4dot@gmail.com"); exitCode = 1; }