Skip to content

Commit

Permalink
finished renaming to kOS
Browse files Browse the repository at this point in the history
  • Loading branch information
erendrake committed Apr 8, 2014
1 parent c4b0bbb commit 0759c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Execution/CPU.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void Boot()
if (_shared.Screen != null)
{
_shared.Screen.ClearScreen();
string bootMessage = "kRISC Operating System\n" +
string bootMessage = "kOS Operating System\n" +
"KerboScript v" + Core.VersionInfo.ToString() + "\n \n" +
"Proceed.\n ";
_shared.Screen.Print(bootMessage);
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("kRISC")]
[assembly: AssemblyTitle("kOS")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("kRISC")]
[assembly: AssemblyProduct("kOS")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 0759c15

Please sign in to comment.