Add hint to the 'fixed checksums' alert

Help those who tried to open their save data since the UI isn't terribly
obvious.
This commit is contained in:
Kurt 2015-09-06 12:47:15 -07:00
parent 16fc1ec6f2
commit a73f8a0cd0

View File

@ -80,7 +80,7 @@ private void tabMain_DragDrop(object sender, DragEventArgs e)
}
else
{
Util.Alert("File checksums were not updated (already valid):" + Environment.NewLine + file);
Util.Alert("File checksums were not updated (already valid):" + Environment.NewLine + file, "If you were trying to load your save file, drop the folder that has garden.dat instead!");
}
}
catch (Exception ex) { Util.Error("File error:" + Environment.NewLine + file, ex.ToString()); }