diff options
| author | Michael <[email protected]> | 2017-05-28 12:40:06 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-28 12:40:06 -0400 |
| commit | 03ebdf42d9f12b678d48f954736664f6f3eb1f84 (patch) | |
| tree | 3c16a83f0aed5a93ae9698c39ebf6c94ea2c56ed /ShiftOS.WinForms/Applications | |
| parent | 4036e97f3f3ecb6541cc623165e960e8c172f242 (diff) | |
| download | shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.gz shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.bz2 shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.zip | |
Funny, disabling localization makes things easier...
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Chat.cs | 1 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Chat.cs b/ShiftOS.WinForms/Applications/Chat.cs index f9e601f..7a2de81 100644 --- a/ShiftOS.WinForms/Applications/Chat.cs +++ b/ShiftOS.WinForms/Applications/Chat.cs @@ -41,6 +41,7 @@ namespace ShiftOS.WinForms.Applications [WinOpen("simplesrc")] [Launcher("SimpleSRC Client", false, null, "Networking")] [DefaultTitle("SimpleSRC Client")] + [AppscapeEntry("SimpleSRC", "A simple ShiftOS Relay Chat client that allows you to talk with other ShiftOS users from all over the world.", 300, 145, "file_skimmer", "Networking")] public partial class Chat : UserControl, IShiftOSWindow { public Chat() diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index bfc4425..3d17d35 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -504,11 +504,11 @@ namespace ShiftOS.WinForms.Applications Thread.Sleep(2000); Console.WriteLine("As you know, ShiftOS doesn't have very many features."); Thread.Sleep(2000); - Console.WriteLine("Using the applications you have, I need you to earn 50,000 Codepoints."); + Console.WriteLine("Using the applications you have, I need you to earn as many Codepoints as you can."); Thread.Sleep(2000); - Console.WriteLine("You can use the Codepoints you earn to buy new applications and features in the Shiftorium, to help earn Codepoints."); + Console.WriteLine("You can use the Codepoints you earn to buy new applications and features in the Shiftorium, to help earn even more Codepoints."); Thread.Sleep(2000); - Console.WriteLine("Start small, try to earn 500. Once you do, I'll contact you with more details."); + Console.WriteLine("Once you earn 1,000 Codepoints, I will check back with you and see how well you've done."); Thread.Sleep(2000); Console.WriteLine("I'll leave you to it, you've got the hang of it! One last thing, if ever you find yourself in another program, and want to exit, simply press CTRL+T to return to the Terminal."); Thread.Sleep(2000); |
