mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 16:25:40 +00:00
small adjustment to bink exception string
This commit is contained in:
@@ -110,7 +110,7 @@ namespace PckStudio.Classes
|
||||
bool flag2 = !(a == ".wav");
|
||||
if (flag2)
|
||||
{
|
||||
throw new Exception("File type not valid. To use MP3 or other audio formats, convert to wav format before using tool");
|
||||
throw new Exception("File type not valid. To use MP3 or other audio formats, convert to wav format before using this tool");
|
||||
}
|
||||
result = "WAV";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user