diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-24 17:13:15 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-24 17:13:15 -0500 |
| commit | 4589c10a533416123e4a905fb8805759f306b0cc (patch) | |
| tree | 646058a377b2443e4e62cd090bfa0fce2813fb9c | |
| parent | f5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (diff) | |
| download | shiftos-rewind-4589c10a533416123e4a905fb8805759f306b0cc.tar.gz shiftos-rewind-4589c10a533416123e4a905fb8805759f306b0cc.tar.bz2 shiftos-rewind-4589c10a533416123e4a905fb8805759f306b0cc.zip | |
Updated README.MD
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | ShiftOS.Main/HijackScreen.cs | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,5 @@ # ShiftOS -The official ShiftOS git + +The all-new, rewritten ShiftOS repository modeled after 0.0.9! + + diff --git a/ShiftOS.Main/HijackScreen.cs b/ShiftOS.Main/HijackScreen.cs index c4160e7..ef1db92 100644 --- a/ShiftOS.Main/HijackScreen.cs +++ b/ShiftOS.Main/HijackScreen.cs @@ -170,7 +170,7 @@ namespace ShiftOS.Main TextType("Congratulations, you have been involuntarily selected to be an Alpha Tester for ShiftOS." + Environment.NewLine + Environment.NewLine); break; case 4: - TextType("At this current point in time I do not wish to reveal my identity or future intentions. You can call me DevX" + Environment.NewLine + Environment.NewLine); + TextType("At this current point in time I do not wish to reveal my identity or future intentions." + Environment.NewLine + Environment.NewLine); break; case 5: TextType("I just need to use you and your computer as an external test bed to evolve my experimental operating system." + Environment.NewLine + Environment.NewLine); |
