Skip to content

Commit b727a69

Browse files
authored
Update Program.cs
1 parent 96b8cc6 commit b727a69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ private static void ShowRunningInstanceWarning()
430430
{
431431
MessageBox.Show(
432432
$"{AppName} is already running.\n\n" +
433-
"Please exit old instance and rerun new version to upgrade.",
433+
"If you have new version or move exe file to new location",
434+
"Please exit old instance and rerun new version to update.",
434435
"Application Running",
435436
MessageBoxButtons.OK,
436437
MessageBoxIcon.Information);

0 commit comments

Comments
 (0)