From c14b9ee0334260b7ed5a014f856322a091500747 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 20 May 2017 13:48:20 +0100 Subject: Fixed broken SaveSystem! --- TimeHACK.Main/SaveDialogs/NewGameDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/SaveDialogs') 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) -- cgit v1.2.3