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) if (API.Steam.GetInstallPath() == Application.StartupPath)
{ {
MessageBox.Show( MessageBox.Show(
"This tool declines to being run from the Steam directory.", "This tool cannot be run from inside the Steam directory.",
"Error", "Error",
MessageBoxButtons.OK, MessageBoxButtons.OK,
MessageBoxIcon.Error); MessageBoxIcon.Error);