From 0ffa32ab7cb6af74749eea92a6481b8d333d41b3 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 9 Aug 2021 08:13:10 -0500 Subject: [PATCH] Update Program.cs --- CreamInstaller/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index e1c0aa0..a8d6ddc 100644 --- a/CreamInstaller/Program.cs +++ b/CreamInstaller/Program.cs @@ -44,7 +44,7 @@ namespace CreamInstaller { if (new DialogForm(form).Show(ApplicationName, SystemIcons.Error, $"ERROR: {selection.ProgramName} is currently running!" + - "\n\nPlease close the program/game to continue . . .", + "\n\nPlease close the program/game to continue . . . ", "Retry", "Cancel") == DialogResult.OK) { return IsProgramRunningDialog(form, selection);