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)
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user