mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
Merged 'Error message (clarification)' from horgan
https://github.com/gibbed/SteamAchievementManager/pull/128
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user