From 97a0d6b34510001e475650240cd50fe5faeea798 Mon Sep 17 00:00:00 2001 From: Scalpel_cp <165da7fc5536ee16440a98f161bfa866a8b94595G55xazV5> Date: Tue, 30 Dec 2008 01:29:36 +0000 Subject: [PATCH] Shortened text to avoid wrapping --- Setup/ProjectTemplate/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/ProjectTemplate/Program.cs b/Setup/ProjectTemplate/Program.cs index 490a44be3..e07fac56d 100644 --- a/Setup/ProjectTemplate/Program.cs +++ b/Setup/ProjectTemplate/Program.cs @@ -18,7 +18,7 @@ namespace $safeprojectname$ { new Cosmos.Sys.Boot().Execute(); //Your custom implementation - Console.WriteLine("Welcome to COSMOS! You just booted C# code. Please edit Program.cs to fit your needs"); + Console.WriteLine("Welcome to COSMOS! You just booted C# code."); //Shutdown Cosmos.Sys.Deboot.ShutDown();