diff options
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/NewGameDialog.cs')
| -rw-r--r-- | TimeHACK.Main/SaveDialogs/NewGameDialog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs index 20895cb..d492a79 100644 --- a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs +++ b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs @@ -34,7 +34,7 @@ namespace TimeHACK private void btnInfo_Click(object sender, EventArgs e) { - MessageBox.Show("The game's profiles are stored in your Documents /TimeHACK/Profiles - the rest is for you to figure out!"); + MessageBox.Show("The game's profiles are stored in your AppData /TimeHACK/Profiles - the rest is for you to figure out!"); } private void btnOk_Click(object sender, EventArgs e) |
