This commit is contained in:
KillzXGaming 2023-01-10 17:30:32 -05:00 committed by GitHub
parent 0ed7b91506
commit 976939bec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -508,7 +508,7 @@ namespace Toolbox.Library
progressBar?.Close();
if (!settings.SuppressConfirmDialog)
System.Windows.Forms.MessageBox.Show($"Exported {FileName} Successfuly!");
System.Windows.Forms.MessageBox.Show($"Exported {FileName} successfully!");
}