Update Program.cs

This commit is contained in:
pointfeev 2021-08-09 08:13:10 -05:00
parent c0bf99e182
commit 0ffa32ab7c
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C

View file

@ -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);