We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b8cc6 commit b727a69Copy full SHA for b727a69
1 file changed
Program.cs
@@ -430,7 +430,8 @@ private static void ShowRunningInstanceWarning()
430
{
431
MessageBox.Show(
432
$"{AppName} is already running.\n\n" +
433
- "Please exit old instance and rerun new version to upgrade.",
+ "If you have new version or move exe file to new location",
434
+ "Please exit old instance and rerun new version to update.",
435
"Application Running",
436
MessageBoxButtons.OK,
437
MessageBoxIcon.Information);
0 commit comments