Toggle the turbo button
authorMiguel de Icaza <miguel@gnome.org>
Thu, 7 Sep 2017 19:13:39 +0000 (15:13 -0400)
committerMarek Safar <marek.safar@gmail.com>
Fri, 8 Sep 2017 05:22:45 +0000 (07:22 +0200)
mcs/mcs/settings.cs

index f3a7bb79b07a9c0edff9f97614d4b57f4b039f45..3479a1bd440075f07bf5a1fc03931e5e5d28855c 100644 (file)
@@ -346,7 +346,7 @@ namespace Mono.CSharp {
                void About ()
                {
                        output.WriteLine (
-                               "The Mono C# compiler is Copyright 2001-2011, Novell, Inc. 2011-2016 Xamarin Inc, 2016-2017 Microsoft Corp\n\n" +
+                               "The Mono Turbo C# compiler is Copyright 2001-2011, Novell, Inc. 2011-2016 Xamarin Inc, 2016-2017 Microsoft Corp\n\n" +
                                "The compiler source code is released under the terms of the \n" +
                                "MIT X11 or GNU GPL licenses\n\n" +
 
@@ -1603,7 +1603,7 @@ namespace Mono.CSharp {
                void Usage ()
                {
                        output.WriteLine (
-                               "Mono C# compiler, Copyright 2001-2011 Novell, Inc., 2011-2016 Xamarin, Inc, 2016-2017 Microsoft Corp\n" +
+                               "Mono Turbo C# compiler, Copyright 2001-2011 Novell, Inc., 2011-2016 Xamarin, Inc, 2016-2017 Microsoft Corp\n" +
                                "mcs [options] source-files\n" +
                                "   --about              About the Mono C# compiler\n" +
                                "   -addmodule:M1[,Mn]   Adds the module to the generated assembly\n" +