From bb7af1b8b18300cfdbc69fe0ca055d5860c18f42 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 9 Aug 2021 21:49:49 -0500 Subject: [PATCH] Update MainForm.cs --- CreamInstaller/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/MainForm.cs b/CreamInstaller/MainForm.cs index 359d254..60958f0 100644 --- a/CreamInstaller/MainForm.cs +++ b/CreamInstaller/MainForm.cs @@ -106,7 +106,7 @@ namespace CreamInstaller { if (new DialogForm(this).Show(Program.ApplicationName, SystemIcons.Error, $"ERROR: Failed logging into MEGA!" + - "\n\nMEGA is likely offline, please try again later. . .", + "\n\nMEGA is likely offline, please try again later . . .", "Retry", "Cancel") == DialogResult.OK) { Login();