Update MainForm.cs

This commit is contained in:
pointfeev 2021-08-09 21:49:49 -05:00
parent 06f798813b
commit bb7af1b8b1
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C

View file

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