From 704d7e0c3fb33d3a2f97b42f3085b9a8388efa8b Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:13:12 +0100 Subject: [PATCH] fix typo Co-authored-by: Vladislav Stepanov --- .../Scripts/Resource Unpackers/ExportAllSounds.csx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UndertaleModTool/Scripts/Resource Unpackers/ExportAllSounds.csx b/UndertaleModTool/Scripts/Resource Unpackers/ExportAllSounds.csx index 4aca2cc37..273f6047f 100644 --- a/UndertaleModTool/Scripts/Resource Unpackers/ExportAllSounds.csx +++ b/UndertaleModTool/Scripts/Resource Unpackers/ExportAllSounds.csx @@ -15,7 +15,8 @@ string exportedSoundsDir = Path.Combine(winFolder, "Exported_Sounds"); //Overwrite Folder Check One if (Directory.Exists(exportedSoundsDir)) { - bool overwriteCheckOne = ScriptQuestion(@"A 'Exported_Sounds' folder already exists. + bool overwriteCheckOne = ScriptQuestion(@"An 'Exported_Sounds' folder already exists. + Would you like to remove it? This may take some time. Note: If an error window stating that 'the directory is not empty' appears, please try again or delete the folder manually.