Try to explain better...

Related to #8645
This commit is contained in:
Nikolaj Olsson 2024-07-20 12:13:11 +02:00
parent a937e1e38b
commit 40123d9fad

View File

@ -155,7 +155,8 @@ namespace Nikse.SubtitleEdit.Forms.AudioToText
UiUtil.OpenFolder(folder);
MessageBox.Show(this, $"Unpack and copy files from \"Faster-Whisper-XXL\" to: \"{folder}\"");
MessageBox.Show(this, $"Unpack and copy files from \"Faster-Whisper-XXL\" to: \"{folder}\"" + Environment.NewLine +
$"(so \"faster-whisper-xxl.exe\" should be in \"{folder}\")");
DialogResult = DialogResult.OK;
return;
}