Merged 'Error message (clarification)' from horgan

https://github.com/gibbed/SteamAchievementManager/pull/128
This commit is contained in:
JDM170
2020-03-04 15:27:58 +07:00
parent bcdca48b3f
commit 4fc57c7bcc

View File

@@ -33,7 +33,7 @@ namespace SAM.Picker
if (API.Steam.GetInstallPath() == Application.StartupPath)
{
MessageBox.Show(
"This tool declines to being run from the Steam directory.",
"This tool cannot be run from inside the Steam directory.",
"Error",
MessageBoxButtons.OK,
MessageBoxIcon.Error);