diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-12 20:07:12 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-12 20:07:12 -0500 |
| commit | 19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1 (patch) | |
| tree | 6882c0ea4130071c8263ccc0320e9ee20fc0cccf | |
| parent | 64d08f8ee9497ae0ef06ad8094080a8897d224a9 (diff) | |
| download | histacom2-19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1.tar.gz histacom2-19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1.tar.bz2 histacom2-19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1.zip | |
UI Cleanup #3
Fixed the grammar mistakes in the DevMode message box.
| -rw-r--r-- | Histacom2/SaveDialogs/NewGameDialog.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/SaveDialogs/NewGameDialog.cs b/Histacom2/SaveDialogs/NewGameDialog.cs index 7609d5d..eb8d44f 100644 --- a/Histacom2/SaveDialogs/NewGameDialog.cs +++ b/Histacom2/SaveDialogs/NewGameDialog.cs @@ -92,8 +92,8 @@ namespace Histacom2 private void btnDevMode_Click(object sender, EventArgs e) { - MessageBox.Show("DevMode is a mode Designed for Development of the game, if you are seeing this that means it is activated! All DevMode does is if a Profile already exists then rather than asking you to choose a different name it just " + - "deletes the old one! This means that you won't have 1 million profiles everytime you want to test something in the game!"); + MessageBox.Show("DevMode (Development Mode) is a special mode that lets you test features without having a large amount of accounts just to test a new feature. How it works is simple:" + + "\n1. It checks for a profile of the same name.\n2. If so, it deletes the profile and starts a new game.\n3. If not, then it starts a new game."); } } } |
