From 976939bec08b7d80baba9dbf192e9aa1b4e8ebaa Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Tue, 10 Jan 2023 17:30:32 -0500 Subject: [PATCH] Typo fix --- Switch_Toolbox_Library/FileFormats/DAE/DAE.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs b/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs index f2643cee..00ad619b 100644 --- a/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs +++ b/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs @@ -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!"); }