small adjustment to bink exception string

This commit is contained in:
MattNL
2022-10-02 03:58:51 -04:00
parent a5385128c6
commit 3c69e1a32c

View File

@@ -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";
}